Problem catlunch
User realemeralds
Submission Time 2024-02-23 13:24:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int32_t main()’:
catlunch.cpp:30:19: error: cannot convert ‘std::set<int>::empty’ from type ‘bool (std::set<int>::)() const noexcept’ to type ‘bool’
30 | while (!S.empty && *(--S.end()) > 0) {
| ^~~~~
catlunch.cpp:30:19: error: in argument to unary !