#include<iostream> using namespace std; int main() { printf("%d %d",sizeof(int),sizeof(short)); return 0; }