Problem | potatosalad |
---|---|
User | evan |
Submission Time | 2025-06-18 16:17:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:63: error: expected ‘;’ before ‘}’ token
10 | for (int i=0; i<n; i++) {int mass; cin >> mass; pq.push(mass)}
| ^
| ;
potatosalad.cpp:13:19: error: expected ‘;’ before ‘pq’
13 | total = pq.top()
| ^
| ;
14 | pq.pop()
| ~~