Problem cups
User chickengoat
Submission Time 2026-05-24 19:57:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cups.cpp: In function ‘int main()’:
cups.cpp:8:9: error: expected unqualified-id before ‘=’ token
8 | for(ll =0;i<q;i++) {
| ^
cups.cpp:8:8: error: expected ‘;’ before ‘=’ token
8 | for(ll =0;i<q;i++) {
| ^~
| ;
cups.cpp:8:9: error: expected primary-expression before ‘=’ token
8 | for(ll =0;i<q;i++) {
| ^
cups.cpp:8:12: error: ‘i’ was not declared in this scope
8 | for(ll =0;i<q;i++) {
| ^
cups.cpp:8:15: error: expected ‘)’ before ‘;’ token
8 | for(ll =0;i<q;i++) {
| ~ ^
| )
cups.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for(ll =0;i<q;i++) {
| ^