Problem | moosic |
---|---|
User | haydendoo |
Submission Time | 2023-03-23 23:08:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
moosic.cpp: In function ‘void solve()’:
moosic.cpp:266:32: error: request for member ‘first’ in ‘t[ptr]’, which is of non-class type ‘long long int’
266 | curr -= t[ptr].first/2+(t[ptr].first%2);
| ^~~~~
moosic.cpp:266:48: error: request for member ‘first’ in ‘t[ptr]’, which is of non-class type ‘long long int’
266 | curr -= t[ptr].first/2+(t[ptr].first%2);
| ^~~~~