Borderou de evaluare (job #689862)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Capitala | Compilator | cpp-32 |
Rundă | cex_11_12_ian_2023 | Status | evaluat |
Dată | 23 ian. 2023 18:10:45 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:9:21: error: redefinition of 'int deg [100001]'
9 | int n,t,deg[100001],deg[100001];
| ^~~
main.cpp:9:9: note: 'int deg [100001]' previously declared here
9 | int n,t,deg[100001],deg[100001];
| ^~~
main.cpp: In function 'int main()':
main.cpp:54:12: error: 'viz' was not declared in this scope
54 | if(viz[i]>maxim)
| ^~~