Accepted
Code
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int32_t main()
{
ll t;
cin>>t;
while(t--){
string s;
cin>>s;
cout<<*s.begin()<<endl;
}
// mazzzzzin();
}
Information
- Submit By
- Type
- Submission
- Problem
- P1080 String Algorithm
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-08-16 18:13:23
- Judged At
- 2024-11-11 03:10:43
- Judged By
- Score
- 100
- Total Time
- 5ms
- Peak Memory
- 572.0 KiB