Borderou de evaluare (job #695985)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Latin1 (baraj gimnaziu) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 feb. 2023 15:05:03 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:13: error: variable 'std::ifstream in' has initializer but incomplete type
5 | ifstream in ("latin1.in");
| ^
main.cpp:6:14: error: variable 'std::ofstream out' has initializer but incomplete type
6 | ofstream out ("latin1.out");
| ^
main.cpp:8:17: error: expected unqualified-id before 'int'
8 | int m[501][501],int m2[501][501];
| ^~~