#include <bits/stdc++.h> using namespace std; int main(){ printf("%d %d",sizeof(bool),sizeof(char)); return 0; }