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