提交时间:2023-02-03 00:42:16

运行 ID: 7278

#include<iostream> using namespace std; int main(){ bool a; char b; cout<<sizeof a<<" "<<sizeof b; return 0; }