Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
128506 田祥江 03大写字母转小写字母 C++ Wrong Answer 1 MS 272 KB 143 2025-08-17 15:13:43

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; char n='A'; char b='a'; cout<<char(b)<<endl; }


Run Info:

------Input------
I
------Answer-----
i
------Your output-----
a