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