Problem collectmushrooms2
User StormyGood
Submission Time 2026-01-26 21:28:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms2.cpp: In member function ‘void node::rem(long long int)’:
collectmushrooms2.cpp:68:15: error: request for member ‘first’ in ‘lefty’, which is of non-class type ‘long long int’
68 | if (lefty.first>=righty.first)
| ^~~~~
collectmushrooms2.cpp:68:29: error: request for member ‘first’ in ‘righty’, which is of non-class type ‘long long int’
68 | if (lefty.first>=righty.first)
| ^~~~~