Problem | collectmushrooms |
---|---|
User | newperson |
Submission Time | 2025-02-05 15:37:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp: In function ‘void solve()’:
collectmushrooms.cpp:74:10: error: ‘q’ was not declared in this scope
74 | fito(q)
| ^
collectmushrooms.cpp:11:32: note: in definition of macro ‘fito’
11 | #define fito(x) for (ll i{0};i<x;i++)
| ^