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