Problem | catlunch |
---|---|
User | aanyabiswas |
Submission Time | 2025-03-21 19:49:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp:54:5: error: expected declaration before ‘}’ token
54 | }
| ^
catlunch.cpp:59:5: error: expected unqualified-id before ‘while’
59 | while (top_k_fish.empty()) { // O ((N - K) log K)
| ^~~~~
catlunch.cpp:68:5: error: expected unqualified-id before ‘if’
68 | if(historic_max_fish_score>0){
| ^~
catlunch.cpp:71:5: error: expected unqualified-id before ‘else’
71 | else{
| ^~~~
catlunch.cpp:74:1: error: expected declaration before ‘}’ token
74 | }
| ^