#include<iostream> using namespace std; int main () { int a; short b; cout<<sizeof(int)<<" "<<sizeof(short); }