#include using namespace std; int main(){ string ans = ""; for(int i = 0;i<3;i++){ string tmp;cin>>tmp; ans+=toupper(tmp[0]); } cout<