Borderou de evaluare (job #784075)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Prieteni 1 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 aug. 2024 23:38:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:39:17: warning: left operand of comma operator has no effect [-Wunused-value]
39 | for(j, j<nr[i];j++){
| ^
main.cpp:39:21: warning: right operand of comma operator has no effect [-Wunused-value]
39 | for(j, j<nr[i];j++){
| ~^~~~~~
main.cpp:39:31: error: expected ';' before ')' token
39 | for(j, j<nr[i];j++){
| ^
| ;