Borderou de evaluare (job #588337)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Pădure (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 mar. 2021 16:22:48 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in("padure.in");
| ^
main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out("padure.out");
| ^
main.cpp: In function 'int main()':
main.cpp:29:22: error: 'maxim' was not declared in this scope
29 | if(gigel>maxim)
| ^~~~~
main.cpp:35:11: error: 'maxim' was not declared in this scope
35 | cout<<maxim;
| ^~~~~