Problem | duckhunt13 |
---|---|
User | 7Janish7 |
Submission Time | 2025-09-02 20:14:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:11:21: error: expected ‘;’ before ‘<’ token
11 | for(int i = 0, i < Q, i++){
| ^~
| ;
duckhunt13.cpp:11:22: error: expected primary-expression before ‘<’ token
11 | for(int i = 0, i < Q, i++){
| ^
duckhunt13.cpp:11:30: error: expected ‘;’ before ‘)’ token
11 | for(int i = 0, i < Q, i++){
| ^
| ;