1 条题解

  • 0
    @ 2025-5-6 22:46:52
    #include<bits/stdc++.h>
    using namespace std;
    const int N=1e5+5,INF=0x3f3f3f3f;
    typedef long long LL;
    string n;
    int main(){
    	cin>>n;
    	reverse(n.begin(),n.end());
    	cout<<n;
    	return 0;
    }
    
    • 1

    信息

    ID
    3074
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    32
    已通过
    19
    上传者