Ի՞նչ կտպվի էկրանին։
#include <iostream> int main() { int a = 999; { int a = 0; } std::cout << a; }