Borderou de evaluare (job #797731)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Culori (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 nov. 2024 14:50:17 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream cout("culori.out")
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:14:9: error: 'f' was not declared in this scope
14 | f[x]++;}
| ^
main.cpp:16:25: error: 'v' was not declared in this scope
16 | for(j=1;j<=v[i];j++)
| ^
main.cpp:17:14: error: 'fout' was not declared in this scope
17 | fout<<i<<" ";
| ^~~~