Borderou de evaluare (job #683569)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Skyline (clasa a 7-a) | Compilator | cpp-32 |
Rundă | lasm_21_12_2022_cl12 | Status | evaluat |
Dată | 21 dec. 2022 18:15:54 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:18:21: error: variable 'std::ifstream fin' has initializer but incomplete type
18 | ifstream fin("skyline.in");
| ^
main.cpp:19:22: error: variable 'std::ofstream fout' has initializer but incomplete type
19 | ofstream fout("skyline.out");
| ^
main.cpp:35:9: warning: unused variable 'l' [-Wunused-variable]
35 | int l = segs[i].l;
| ^