| Problem | eating |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-04-18 11:53:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:7:11: error: expected ‘;’ before ‘==’ token
7 | for(int i==0;i<n;i++){
| ^~
| ;
eating.cpp:7:11: error: expected primary-expression before ‘==’ token
7 | for(int i==0;i<n;i++){
| ^~
eating.cpp:7:18: error: expected ‘)’ before ‘;’ token
7 | for(int i==0;i<n;i++){
| ~ ^
| )
eating.cpp:7:19: error: ‘i’ was not declared in this scope
7 | for(int i==0;i<n;i++){
| ^