Problem | oranges2 |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-06 13:38:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
oranges2.cpp: In function ‘void precalc(long int)’:
oranges2.cpp:46:2: error: expected ‘,’ or ‘;’ before ‘queue’
46 | queue<ll> q;
| ^~~~~
oranges2.cpp:48:2: error: ‘q’ was not declared in this scope
48 | q.push(start);
| ^