Problem | cakerun |
---|---|
User | Batigol |
Submission Time | 2025-01-30 01:29:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cakerun.cpp: In function ‘int main()’:
cakerun.cpp:53:20: error: base operand of ‘->’ has non-pointer type ‘cake’
53 | m[i->c].erase({i->l,i->r});
| ^~
cakerun.cpp:53:33: error: base operand of ‘->’ has non-pointer type ‘cake’
53 | m[i->c].erase({i->l,i->r});
| ^~
cakerun.cpp:53:38: error: base operand of ‘->’ has non-pointer type ‘cake’
53 | m[i->c].erase({i->l,i->r});
| ^~
cakerun.cpp:55:36: error: base operand of ‘->’ has non-pointer type ‘cake’
55 | s.insert({r+1,i->r,i->c});
| ^~
cakerun.cpp:55:41: error: base operand of ‘->’ has non-pointer type ‘cake’
55 | s.insert({r+1,i->r,i->c});
| ^~