Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34445 老方 【C语言训练】字符串正反连接 C++ 编译错误 0 MS 0 KB 158 2023-12-22 18:52:35

Tests(0/0):


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


测评信息: