| Problem | restaurant |
|---|---|
| User | siqideng09 |
| Submission Time | 2023-11-09 15:02:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
restaurant.cpp: In function ‘int main()’:
restaurant.cpp:13:30: error: expected ‘;’ before ‘)’ token
13 | for (long long i; i < M, i++) {
| ^
| ;
restaurant.cpp:16:30: error: expected ‘;’ before ‘)’ token
16 | for (long long i; i < M, i++) {
| ^
| ;