Borderou de evaluare (job #701106)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | superoji1 | Status | evaluat |
Dată | 5 mar. 2023 16:18:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:10: error: conflicting declaration 'std::ofstream fin'
5 | ofstream fin("numere1.out");
| ^~~
main.cpp:4:10: note: previous declaration as 'std::ifstream fin'
4 | ifstream fin("numere1.in");
| ^~~
main.cpp: In function 'int main()':
main.cpp:43:5: error: 'fout' was not declared in this scope
43 | fout<<contor;
| ^~~~