Problem | hallucinations |
---|---|
User | Avinash |
Submission Time | 2025-06-18 09:59:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:15:2: error: expected ‘,’ or ‘;’ before ‘for’
15 | for (int i = 0; i < Q; i++) {
| ^~~
hallucinations.cpp:15:18: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i < Q; i++) {
| ^
hallucinations.cpp: At global scope:
hallucinations.cpp:34:5: error: expected unqualified-id before ‘return’
34 | return 0;
| ^~~~~~
hallucinations.cpp:35:1: error: expected declaration before ‘}’ token
35 | }
| ^