Borderou de evaluare (job #737206)

Utilizator avatar DavidLuta Luta David DavidLuta IP ascuns
Problemă Culori (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 10 oct. 2023 10:02:45 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:11:5: error: expected ',' or ';' before 'ofstream' 11 | ofstream fout ("culori.in") | ^~~~~~~~ main.cpp:13:10: error: 'n' was not declared in this scope; did you mean 'yn'? 13 | fin>>n; | ^ | yn main.cpp:14:9: error: 'i' was not declared in this scope 14 | for(i=0;i<n;i++){ | ^ main.cpp:15:14: error: 'c' was not declared in this scope 15 | fin>>c; | ^ main.cpp:18:9: error: 'c' was not declared in this scope 18 | for(c=1;c<100;c++){ | ^ main.cpp:19:13: error: 'j' was not declared in this scope; did you mean 'jn'? 19 | for(j=0;j<f[c];j++){ | ^ | jn main.cpp:20:13: error: 'fout' was not declared in this scope 20 | fout<<c<<" "; | ^~~~