Ի՞նչ կտպի ծրագիրը։
#include <iostream> int main() { bool a = 100; std::cout << a << std::endl; }