Borderou de evaluare (job #622004)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Jetoane (clasa a 7-a) | Compilator | cpp-32 |
Rundă | lasm_21_12_2021_cl12 | Status | evaluat |
Dată | 21 dec. 2021 14:27:40 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:31:20: error: expected ';' before 'if'
31 | a[v[i]]++;a
| ^
| ;
32 | if(a[v[i]]==2&&v[i]>=cmax)cmax=v[i];
| ~~
main.cpp:31:19: warning: statement has no effect [-Wunused-value]
31 | a[v[i]]++;a
| ^