提交时间:2023-01-30 12:24:40
运行 ID: 6785
#include <bits/stdc++.h> using namespace std; int main(){ printf("%d %d",sizeof(bool),sizeof(char)); return 0; }