Quiz on heaps doubt

In what best time complexity you can merge two max-heaps? (Assume size of first heap is (m+n) and the second is (n))
This is question in quiz. I marked the answer O(m+n) but it is showing wrong answer and saying the correct answer is O(1). Please explain it in detail.

@Kajal Answer must be O(m+n).You are correct.It must be marked wrong. I will report that.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.