#include<bits/stdc++.h> using namespace std; int main() { char s[1000]; cin>>s; strupr(s); cout<<s; return 0; }