Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76927 sh25_shenpy 字符串 C++ 编译错误 0 MS 0 KB 182 2025-12-20 16:59:20

Tests(0/0):


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


测评信息: