#include int main() { std::cout << sizeof(bool) << " octet(s)" << std::endl; }