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