Problem | bunnyscore |
---|---|
User | blackscreen1 |
Submission Time | 2024-11-08 10:48:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bunnyscore.cpp: In function ‘void init(int, int, int, int)’:
bunnyscore.cpp:33:43: error: too few arguments to function ‘bool smaller(int, int)’
33 | while (st.size() && smaller(i < st.top())) {
| ^
In file included from bunnyscore.cpp:1:
bunnyscore.h:3:6: note: declared here
3 | bool smaller(int i,int j);
| ^~~~~~~