提交时间:2023-01-31 15:00:40

运行 ID: 7082

#include<bits/stdc++.h> using namespace std; int main() { bool a=true; char b='b'; cout<<sizeof(bool)<<" "<<sizeof(char)<<endl; return 0; }