Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61550 | zhangweiran | 字符串改成大写, 逆序输出 | C++ | Accepted | 0 MS | 244 KB | 94 | 2025-03-02 22:37:23 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"OIWHDJD"; return 0; }