提交时间:2023-01-23 10:33:05

运行 ID: 6379

#include <bits/stdc++.h> using namespace std; int main(){ printf("%d %d\n",sizeof(bool),sizeof(char)); return 0; }