| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 155528 | 王艺博 | 08大小写转换 | C++ | Wrong Answer | 0 MS | 264 KB | 134 | 2026-06-07 15:00:33 |
#include<bits/stdc++.h> using namespace std; int main() { char a; cin>>a; if(a+0==97){ cout<<"A"; } return 0; }
------Input------
l
------Answer-----
L
------Your output-----