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