Problem radioactive
User TheRaptor
Submission Time 2023-02-04 18:45:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

radioactive.cpp: In function ‘void hehe(long long int)’:
radioactive.cpp:17:11: error: no match for ‘operator!’ (operand type is ‘std::queue<int>’)
17 | while(!dp,empty()) dp.pop();
| ^~~
radioactive.cpp:17:11: note: candidate: ‘operator!(bool)’ <built-in>
radioactive.cpp:17:11: note: no known conversion for argument 1 from ‘std::queue<int>’ to ‘bool’
radioactive.cpp:17:21: error: no matching function for call to ‘empty()’
17 | while(!dp,empty()) dp.pop();
| ^
In file included from /usr/include/c++/9/string:54,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /