Problem bunnyscore
User idiosyncratic
Submission Time 2026-01-31 18:59:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bunnyscore.cpp: In function ‘bool smaller(int, int)’:
bunnyscore.cpp:20:18: error: ‘quit’ was not declared in this scope
20 | if (i<1 || N<j) quit("Wrong Answer: Invalid query");
| ^~~~
bunnyscore.cpp:21:23: error: ‘quit’ was not declared in this scope
21 | if (queries_used==K) quit("Wrong Answer: Too many queries");
| ^~~~