#include<bits/stdc++.h> using namespace std; char c; int main() { cin>>c; cout<<char(c-32); //小转大 return 0; }
使用您的 NarmoOJ 通用账户