Problem | collectmushrooms |
---|---|
User | Mimikyu |
Submission Time | 2025-01-05 14:37:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp: In member function ‘void node::upd(long long int, long long int)’:
collectmushrooms.cpp:31:9: error: expected ‘;’ before ‘if’
31 | if(l)maxi=max(maxi,l->maxi);
| ^~