Problem noodlestore
User YSH2020
Submission Time 2025-10-02 14:36:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

noodlestore.cpp: In function ‘int main()’:
noodlestore.cpp:9:17: error: expected ‘)’ before ‘;’ token
9 | while (int ct=1; ct<=q;ct++) {
| ~ ^
| )
noodlestore.cpp:9:19: error: ‘ct’ was not declared in this scope
9 | while (int ct=1; ct<=q;ct++) {
| ^~