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