Problem atomsplit
User Yichen
Submission Time 2025-06-19 13:20:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int32_t main()’:
atomsplit.cpp:18:15: error: cannot convert ‘std::priority_queue<long long int>::empty’ from type ‘bool (std::priority_queue<long long int>::)() const’ to type ‘bool’
18 | if (pq.empty) break;
| ^