Problem cups
User YongXin
Submission Time 2023-06-18 21:52:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cups.cpp: In function ‘int main()’:
cups.cpp:8:14: error: expected ‘;’ before ‘for’
8 | v.reserve(q)
| ^
| ;
9 | for (long long i=0;i<q;++i){
| ~~~
cups.cpp:9:21: error: ‘i’ was not declared in this scope
9 | for (long long i=0;i<q;++i){
| ^