Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
20281 周希晨 大写字母转小写字母 C++ Accepted 100 0 MS 252 KB 123 2021-06-06 19:22:03

Tests(5/5):


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


Judgement Protocol: