Problem hallucinations
User hitarthdangra
Submission Time 2025-06-18 09:26:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:20:25: error: ‘q’ was not declared in this scope
20 | for (int i = 0; i < q; i++) {
| ^
hallucinations.cpp:24:5: error: expected ‘}’ at end of input
24 | }
| ^
hallucinations.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^