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