Borderou de evaluare (job #784711)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Resturi(clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 aug. 2024 15:53:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:10: error: conflicting declaration 'std::ofstream f'
8 | ofstream f("resturi.out");
| ^
main.cpp:7:10: note: previous declaration as 'std::ifstream f'
7 | ifstream f("resturi.in");
| ^
main.cpp: In function 'int main()':
main.cpp:16:6: warning: statement has no effect [-Wunused-value]
16 | g<<s;
| ~^~~