Problem | infiniteloop |
---|---|
User | Pan |
Submission Time | 2024-03-18 17:23:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
infiniteloop.cpp: In function ‘void dfs(ll, ll)’:
infiniteloop.cpp:44:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
44 | if (last==-1) last[at] = left;
| ^