Problem | park |
---|---|
User | dumgod |
Submission Time | 2025-02-15 18:11:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
park.cpp: In function ‘int main()’:
park.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
park.cpp:16:30: note: in expansion of macro ‘int’
16 | queue<int> gyat[200010], int del[200010]; deque<pair<int,int>> rizz; set<int> toilet; queue<pair<int,int>> ans;
| ^~~
park.cpp:17:12: error: ‘del’ was not declared in this scope
17 | memset(del, 0, sizeof(del));
| ^~~