提交时间:2024-09-21 18:52:25

运行 ID: 51426

int main() { int a; short b; cin>>a>>b; cout<<sizeof(a)<<endl; cout<<sizeof(b)<<endl; return 0; }