Problem | collectmushrooms2 |
---|---|
User | dacashew |
Submission Time | 2023-11-07 08:36:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms2.cpp: In function ‘void update(long long int, long long int, long long int, long long int, long long int)’:
collectmushrooms2.cpp:56:9: error: expected ‘}’ at end of input
56 | }
| ^
collectmushrooms2.cpp:46:12: note: to match this ‘{’
46 | if(cl==cr){
| ^
collectmushrooms2.cpp:56:9: error: expected ‘}’ at end of input
56 | }
| ^
collectmushrooms2.cpp:45:47: note: to match this ‘{’
45 | void update(int i,int x,int cl,int cr,int val){
| ^