| Problem | notduckhunt |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-12-15 17:05:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
notduckhunt.cpp: In function ‘int main()’:
notduckhunt.cpp:79:10: error: invalid use of member function ‘int MedianHeap::median()’ (did you forget the ‘()’ ?)
79 | if (mh.median > ans) ans=mh.median, improved=true;
| ~~~^~~~~~
| ()
notduckhunt.cpp:79:31: error: cannot convert ‘MedianHeap::median’ from type ‘int (MedianHeap::)()’ to type ‘int’
79 | if (mh.median > ans) ans=mh.median, improved=true;
| ^~~~~~