提交时间:2026-02-04 01:12:03
运行 ID: 83907
#include<bits/stdc++.h> using namespace std; int main() { bool b; char c; cout<<sizeof(b)<<" "<<sizeof(c); return 0; }