Problem | hallucinations |
---|---|
User | Rohith0009 |
Submission Time | 2025-06-18 09:49:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:47:2: error: expected unqualified-id before ‘for’
47 | for (int i=0; i<q; ++i){
| ^~~
hallucinations.cpp:46:11: error: expected ‘;’ before ‘for’
46 | for (auto
| ^
| ;
47 | for (int i=0; i<q; ++i){
| ~~~
hallucinations.cpp:47:2: error: expected primary-expression before ‘for’
47 | for (int i=0; i<q; ++i){
| ^~~
hallucinations.cpp:46:11: error: expected ‘;’ before ‘for’
46 | for (auto
| ^
| ;
47 | for (int i=0; i<q; ++i){
| ~~~
hallucinations.cpp:47:2: error: expected primary-expression before ‘for’
47 | for (int i=0; i<q; ++i){
| ^~~
hallucinations.cpp:46:11: error: expected ‘)’ before ‘for’
46 | for (auto
| ~ ^
| )
47 | for (int i=0; i<q; ++i){