Borderou de evaluare (job #675832)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Elementul Majoritar (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 nov. 2022 21:19:57 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:2: error: invalid preprocessing directive #icnlude; did you mean #include?
2 | #icnlude <fstream>
| ^~~~~~~
| include
main.cpp:5:11: error: variable 'std::ifstream f' has initializer but incomplete type
5 | ifstream f("majoritar.in")
| ^
main.cpp:6:1: error: expected ',' or ';' before 'ofstream'
6 | ofstream g("majoritar.out")
| ^~~~~~~~