Borderou de evaluare (job #740054)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cfdist (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 oct. 2023 14:20:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: expected ',' or ';' before 'ofstream'
5 | ofstream out("cfdist.out")
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:13:7: error: 'v' was not declared in this scope
13 | v[n%10]++;
| ^
main.cpp:18:3: error: 'out' was not declared in this scope
18 | out<<c;
| ^~~