提交时间:2023-01-23 11:24:08

运行 ID: 6387

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