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