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