| Problem | devour |
|---|---|
| User | huangqr |
| Submission Time | 2023-11-27 15:32:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
devour.cpp: In function ‘int main()’:
devour.cpp:9:17: error: expected ‘)’ before ‘;’ token
9 | if(int i=1;i<=n;i++){
| ~ ^
| )
devour.cpp:9:18: error: ‘i’ was not declared in this scope
9 | if(int i=1;i<=n;i++){
| ^