Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83389 sh25_shengmy 字符串逆序 C++ 编译错误 0 MS 0 KB 201 2026-01-25 20:07:12

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ string s; getline(cin,s); int i=s.size(); reverse(s,s+i); for(int u=1;u<i;++u) cout<<s[u]; return 0; }


测评信息: