#include <bits/stdc++.h> using namespace std; int main() { char c; cin>>c; cout<<c+32; return 0; }
为什么全AC WA 了?