Borderou de evaluare (job #737757)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cool (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 oct. 2023 20:12:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:66:9: error: 'cout' was not declared in this scope
66 | cout << maxr << '\n' << distnr;
| ^~~~
main.cpp:4:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
3 | #include <cstring>
+++ |+#include <iostream>
4 | using namespace std;