Problem restaurant
User G
Submission Time 2024-12-16 15:37:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

restaurant.cpp: In function ‘int main()’:
restaurant.cpp:11:2: error: ‘i’ was not declared in this scope
11 | i=0;j=n-1;
| ^
restaurant.cpp:11:6: error: ‘j’ was not declared in this scope
11 | i=0;j=n-1;
| ^