#include<iostream> #include<cstring> using namespace std; int main() { string a,b; cin>>a; b=strupr(a); cout<<b; return 0; }