#include<bits/stdc++.h> using namespace std; char c[105]; int main(){ cin.getline(c, 101); for(int i = 0; i < strlen(c); i++){ if(c[i] >= 'a' && c[i] <= 'z'){ c[i] = c[i] - 'a' + 'A'; } } cout << c; return 0; }
本OJ不对外开放
本题库为可达信奥编程题库,仅对内部学员开放。
内部学员请联系班主任开通题库账号。
使用您的 可达信奥 通用账户