#include<iostream> using namespace std; int main() { bool a; char b; cout << sizeOf(a) << " " << sizeOf(b); }