Borderou de evaluare (job #721534)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Aranjamente (clasele 7 - 8) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 mai 2023 15:09:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream cout("aranjamente.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:45:5: error: 'cout' was not declared in this scope
45 | cout << maxf;
| ^~~~
main.cpp:2:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
1 | #include <fstream>
+++ |+#include <iostream>
2 |