Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
3473 OscarWLY 字符串 C++ 通过 0 MS 260 KB 150 2023-01-08 14:18:40

Tests(1/1):


#include<iostream> using namespace std; int main() { string s; cin>>s; for(int i=s.length()-1;i>=0;i--) { cout<<s[i]; } return 0; }


测评信息: