Problem ny_unwind
User BeOH
Submission Time 2026-02-16 16:57:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:3:31: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
3 | int a,b; std::cin >> a >> b; cout << a+b;
| ^~~~
| std::cout
In file included from ny_unwind.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~