#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> a >> b >> c; a[0]-=32; b[0]-=32; c[0]-=32; cout << a[0] << b[0] << c[0] << endl; return 0; }