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