Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
20293 张熠欣 大写字母转小写字母 C++ Accepted 100 0 MS 248 KB 123 2021-06-07 20:10:38

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: