Problem cake3
User CHF
Submission Time 2025-10-19 11:49:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cake3.cpp:13:26: error: stray ‘\357’ in program
13 | priority_queue<int> small;
| ^
cake3.cpp:13:27: error: stray ‘\274’ in program
13 | priority_queue<int> small;
| ^
cake3.cpp:13:28: error: stray ‘\233’ in program
13 | priority_queue<int> small;
| ^
cake3.cpp:14:1: error: expected initializer before ‘priority_queue’
14 | priority_queue<int, vector<int>, greater<int>> big;
| ^~~~~~~~~~~~~~
cake3.cpp: In function ‘void add_val(int)’:
cake3.cpp:33:24: error: ‘big’ was not declared in this scope
33 | if (size_big < m || (!big.empty() && v > big.top())) {
| ^~~
cake3.cpp:41:4: error: ‘small’ was not declared in this scope
41 | small.push(x);
| ^~~~~
cake3.cpp:44:9: error: ‘small’ was not declared in this scope
44 | } else sma