Problem devour
User totallynix
Submission Time 2023-11-27 14:55:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

devour.cpp: In function ‘int main()’:
devour.cpp:9:27: error: expected ‘)’ before ‘_’
9 | for(int i = 0; i < N; i++_){
| ~ ^
| )
devour.cpp:9:27: error: ‘_’ was not declared in this scope
devour.cpp:14:11: error: expected ‘;’ before ‘-’ token
14 | for(int i - 0; i < K; i++){
| ^~
| ;
devour.cpp:14:22: error: expected ‘)’ before ‘;’ token
14 | for(int i - 0; i < K; i++){
| ~ ^
| )
devour.cpp:14:24: error: ‘i’ was not declared in this scope; did you mean ‘it’?
14 | for(int i - 0; i < K; i++){
| ^
| it