Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
90955 sh25_zhoumy 字符串倒置 C++ 通过 0 MS 240 KB 155 2026-06-12 14:49:43

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ string s; getline(cin,s); reverse(s.begin(),s.end()); cout<<s; return 0; }


测评信息: