int main(){ char a = 1; short b = 22; int c = 123; return 0; }