提交时间:2023-12-28 20:33:24

运行 ID: 35161

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