Problem | lunchbox |
---|---|
User | evan |
Submission Time | 2025-06-18 15:05:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:10: error: ‘val’ was not declared in this scope
8 | cin >> val;
| ^~~
lunchbox.cpp:13:19: error: expected ‘;’ before ‘count’
13 | most += pq.top()
| ^
| ;
14 | count++;
| ~~~~~