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