1 solutions
-
0
Guest MOD
Information
- ID
- 911
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 1
- Tags
- # Submissions
- 38
- Accepted
- 30
- Uploaded By
#include<bits/stdc++.h>
#define int long long
using namespace std;
const int N=1e7+30;
int n,m,a[N];
string s;
signed main(){
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
// freopen(".in","r",stdin);
// freopen(".out","w",stdout);
cin>>s;cout<<s;
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.