| Problem | buffet | 
|---|---|
| User | lijia1 | 
| Submission Time | 2024-01-27 10:12:14 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 buffet.cpp: In function ‘int main()’:
buffet.cpp:18:5: error: expected ‘,’ or ‘;’ before ‘for’
   18 |     for (int i = 1; i < N; i++){
      |     ^~~
buffet.cpp:18:21: error: ‘i’ was not declared in this scope
   18 |     for (int i = 1; i < N; i++){
      |                     ^