25 条题解

  • 1
    @ 2025-3-29 18:22:52
    #include <bits/stdc++.h>
    using namespace std;
    
    int main()
    {
        string n;
        cin >> n;
        cout << n[2] << n[1] << n[0] << endl;
        return 0;
    }
    

    信息

    ID
    837
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1800
    已通过
    676
    上传者