Problem | goodseq |
---|---|
User | KL |
Submission Time | 2025-07-05 17:19:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int main()’:
goodseq.cpp:17:29: error: expected ‘;’ before ‘}’ token
17 | if(a > 100000){ans++}
| ^
| ;
goodseq.cpp:21:9: error: ‘i’ was not declared in this scope
21 | for(i = 0; i<dq.size();i++){
| ^