| Problem | collectmushrooms6 |
|---|---|
| User | Tqin |
| Submission Time | 2024-02-03 19:51:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:88:26: error: expected ‘]’ before ‘a’
88 | spray_q-=pre_2d[x1][y2
| ^
| ]
89 | a=true;
| ~
collectmushrooms6.cpp:88:26: error: expected ‘;’ before ‘a’
88 | spray_q-=pre_2d[x1][y2
| ^
| ;
89 | a=true;
| ~