Problem | boxispull |
---|---|
User | R1 |
Submission Time | 2023-02-13 17:13:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:8:10: error: expected ‘;’ before numeric constant
8 | for (ll q 0; q < n; q++) {
| ^ ~
| ;
boxispull.cpp:8:20: error: expected ‘)’ before ‘;’ token
8 | for (ll q 0; q < n; q++) {
| ~ ^
| )
boxispull.cpp:8:22: error: ‘q’ was not declared in this scope
8 | for (ll q 0; q < n; q++) {
| ^