Problem | catlunch |
---|---|
User | geometric |
Submission Time | 2023-06-06 19:31:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp:7:21: error: stray ‘\310’ in program
7 | priority_queue<ll> ȷ;
| ^
catlunch.cpp:7:22: error: stray ‘\267’ in program
7 | priority_queue<ll> ȷ;
| ^
catlunch.cpp:26:9: error: stray ‘\310’ in program
26 | if (ȷ.size() < (k - 1))
| ^
catlunch.cpp:26:10: error: stray ‘\267’ in program
26 | if (ȷ.size() < (k - 1))
| ^
catlunch.cpp:27:6: error: stray ‘\310’ in program
27 | ȷ.push(t);
| ^
catlunch.cpp:27:7: error: stray ‘\267’ in program
27 | ȷ.push(t);
| ^
catlunch.cpp:29:15: error: stray ‘\310’ in program
29 | if (t >= ȷ.top())
| ^
catlunch.cpp:29:16: error: stray ‘\267’ in program
29 | if (t >= ȷ.top())
| ^
catlunch.cpp:32:14: error: stray ‘\310’ in program
32 | cur += ȷ.to