🟢 Վարժություն 13

Ի՞նչ կտպվի էկրանին։

#include <iostream>
 
int main() {
 int a;
 std::cout << a;
}