Borderou de evaluare (job #620784)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Balaur (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 dec. 2021 11:05:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream fout("capete.out")
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:8:7: error: 'n' was not declared in this scope
8 | {fin>>n;
| ^
main.cpp:9:5: error: 'c' was not declared in this scope
9 | for(c=5;c<=n;c+5)
| ^
main.cpp:10:4: error: 'x' was not declared in this scope
10 | x=c;
| ^
main.cpp:11:1: error: 'fout' was not declared in this scope
11 | fout<<x;
| ^~~~
main.cpp:11:7: error: 'x' was not declared in this scope
11 | fout<<x;
| ^