Borderou de evaluare (job #635525)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Culori (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 feb. 2022 16:04:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:15:14: error: 'v' was not declared in this scope
15 | fin>>v[i];
| ^
main.cpp:10:11: warning: unused variable 'nr' [-Wunused-variable]
10 | int n,nr,i,maxnr=0;
| ^~
main.cpp:10:16: warning: unused variable 'maxnr' [-Wunused-variable]
10 | int n,nr,i,maxnr=0;
| ^~~~~