Borderou de evaluare (job #736401)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Centru Prim (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 oct. 2023 20:56:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in("centruprim.in");
| ^
main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out("centruprim.out");
| ^
main.cpp: In function 'int main()':
main.cpp:12:1: error: 'x' was not declared in this scope
12 | x=n;
| ^