Borderou de evaluare (job #723565)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | La coadă | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 iun. 2023 18:14:02 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:59:3: error: 'cout' was not declared in this scope
59 | cout << r << "\n";
| ^~~~
main.cpp:6:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
5 | #include <stack>
+++ |+#include <iostream>
6 | using namespace std;