Problem guessqueue
User ChenXuan
Submission Time 2024-11-13 13:12:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from guessqueue.cpp:1:
guessqueue.cpp: In function ‘int32_t main()’:
guessqueue.cpp:25:17: error: ‘p’ was not declared in this scope
25 | assert(!p.empty() && !pq.empty() && !fmpq.empty());
| ^