Problem | rmaxq |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-13 11:29:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rmaxq.cpp: In function ‘int main()’:
rmaxq.cpp:56:8: error: expected ‘;’ before ‘for’
56 | cin>>q
| ^
| ;
57 | for (int i=0; i<q; ++i){
| ~~~
rmaxq.cpp:57:16: error: ‘i’ was not declared in this scope
57 | for (int i=0; i<q; ++i){
| ^