Borderou de evaluare (job #720805)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Resturi(clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 mai 2023 15:12:17 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:18: error: variable 'std::ifstream fin' has initializer but incomplete type
10 | ifstream fin ("resturi.in")
| ^
main.cpp:11:5: error: expected ',' or ';' before 'ofstream'
11 | ofstream fout ("resturi.out")
| ^~~~~~~~
main.cpp:18:5: error: 'fout' was not declared in this scope
18 | fout << s;
| ^~~~