提交时间:2023-02-04 16:32:55
运行 ID: 7540
#include<iostream> using namespace std; int main () { int a; short b; cout<<sizeof(int)<<" "<<sizeof(short); }