Problem openingshop0
User Arjun
Submission Time 2025-12-05 11:45:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

openingshop0.cpp: In function ‘int main()’:
openingshop0.cpp:16:33: error: lvalue required as increment operand
16 | for (int i = 0; i < N; right++)
| ^~
openingshop0.cpp:25:36: error: ‘i’ was not declared in this scope
25 | for (int right = 0; right < N; i++)
| ^