Problem lunchbox
User G
Submission Time 2024-12-09 15:02:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:8: error: ‘a’ was not declared in this scope
8 | cin>>a;
| ^
lunchbox.cpp:13:9: error: ‘class std::priority_queue<long long int>’ has no member named ‘front’
13 | n-=pq.front();
| ^~~~~