Borderou de evaluare (job #646524)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | La școală (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 apr. 2022 19:33:37 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type
4 | ifstream fin("lascoala.in");
| ^
main.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type
5 | ofstream fout("lascoala.out");
| ^
main.cpp: In function 'int main()':
main.cpp:8:23: warning: unused variable 'l' [-Wunused-variable]
8 | int n,k=1,cnt=1,i,l;
| ^