1 solutions

  • 1
    @ 2025-10-15 17:14:29
    #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;
    }
    

    Information

    ID
    911
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    38
    Accepted
    30
    Uploaded By