Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
20396 梅煦洋 大写字母转小写字母 C++ Accepted 100 0 MS 252 KB 153 2021-06-12 16:10:13

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int main(){ char c1,c2; c1=getchar(); c2=c1+32; putchar(c2); putchar('\n'); return 0; }


Judgement Protocol: