Borderou de evaluare (job #781502)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Prime (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 iul. 2024 17:27:21 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:18: error: variable 'std::ifstream fin' has initializer but incomplete type
9 | ifstream fin ("prime.in");
| ^
main.cpp:10:19: error: variable 'std::ofstream fout' has initializer but incomplete type
10 | ofstream fout ("prime.out");
| ^
main.cpp:27:29: error: expected ';' before '}' token
27 | max (v[i], maxp)
| ^
| ;
28 | }
| ~