Borderou de evaluare (job #790610)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Goe (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 oct. 2024 14:09:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:33:13: warning: right operand of comma operator has no effect [-Wunused-value]
33 | cin>>k,p,n;
| ^
main.cpp:33:14: warning: right operand of comma operator has no effect [-Wunused-value]
33 | cin>>k,p,n;
| ^
main.cpp:41:16: error: expected ';' before numeric constant
41 | cout<<0<<" "0;
| ^
| ;