| Problem | pressstart |
|---|---|
| User | VNHbest |
| Submission Time | 2026-07-15 21:33:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pressstart.cpp: In function ‘void solve()’:
pressstart.cpp:4:11: error: request for member ‘first’ in ‘i’, which is of non-class type ‘long long int’
4 | #define f first
| ^~~~~
pressstart.cpp:92:18: note: in expansion of macro ‘f’
92 | update(i.f, i.s, i.t);
| ^
pressstart.cpp:5:11: error: request for member ‘second’ in ‘i’, which is of non-class type ‘long long int’
5 | #define s second
| ^~~~~~
pressstart.cpp:92:23: note: in expansion of macro ‘s’
92 | update(i.f, i.s, i.t);
| ^
pressstart.cpp:92:28: error: request for member ‘t’ in ‘i’, which is of non-class type ‘long long int’
92 | update(i.f, i.s, i.t);
| ^