Borderou de evaluare (job #765227)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Sport (clasa a 8-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 feb. 2024 12:32:59 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void printP()':
main.cpp:66:9: error: 'cout' was not declared in this scope
66 | cout << "p:\n";
| ^~~~
main.cpp:4:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
3 | #include <fstream>
+++ |+#include <iostream>
4 |