#include<bits/stdc++.h> using namespace std; int main() { int a; short b; cout<<sizeof(a)<<" "<<sizeof(b); return 0; }