Problem supermarket
User PlayVoltz
Submission Time 2023-11-14 22:06:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supermarket.cpp: In function ‘int32_t main()’:
supermarket.cpp:21:15: error: expected ‘;’ before ‘j’
21 | for (int j=l j<=i; ++j){
| ^~
| ;