Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64747 | fengxiaohang | 判断字符串是否为回文 | C++ | Wrong Answer | 0 MS | 240 KB | 101 | 2025-04-25 16:53:55 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"yes"<<endl; return 0; }