Borderou de evaluare (job #593700)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cfdist (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 apr. 2021 15:13:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in ("cfdist.in");
| ^
main.cpp:5:14: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out ("cfdist.out");
| ^
main.cpp: In function 'int main()':
main.cpp:8:32: warning: unused variable 'see' [-Wunused-variable]
8 | int n, s=0, ne, se=0, k=1, see=0;
| ^~~