Problem potatosalad
User Hengweezy
Submission Time 2024-01-31 22:50:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:2: error: ‘pirority_queue’ was not declared in this scope
8 | pirority_queue<int> a;
| ^~~~~~~~~~~~~~
potatosalad.cpp:8:17: error: expected primary-expression before ‘int’
8 | pirority_queue<int> a;
| ^~~
potatosalad.cpp:14:3: error: ‘a’ was not declared in this scope
14 | a.push(value);
| ^
potatosalad.cpp:17:10: error: ‘a’ was not declared in this scope
17 | ans += a.top();
| ^