提交时间:2023-10-17 19:00:36

运行 ID: 28620

#include<iostream> using namespace std; int main() { printf("%d %d",sizeof(int),sizeof(short)); return 0; }