Borderou de evaluare (job #820175)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Intervale | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 10 apr. 2025 18:15:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:29:9: error: 'cout' was not declared in this scope
29 | cout<<0<<endl;
| ^~~~
main.cpp:2:1: note: 'std::cout' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>'
1 | #include <fstream>
+++ |+#include <iostream>
2 | using namespace std;