| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 126343 | 王培用 | 07大小写转换 | C++ | Wrong Answer | 3 MS | 268 KB | 116 | 2025-07-17 17:03:57 |
#include <bits/stdc++.h> using namespace std; int main(){ char A; cin>>A; A=A-32; cout<<A; return 0; }
------Input------
B
------Answer-----
b
------Your output-----
"