#include <bits/stdc++.h> using namespace std; int main(){ printf("%d %d",sizeof(int),sizeof(short)); return 0; }