circle_selection.cpp: In function 'void solve()':
circle_selection.cpp:50:33: error: reference to 'tm' is ambiguous
50 | if(num == -1 || tm[u] < tm[num])
| ^~
In file included from /usr/include/time.h:39,
from /usr/include/c++/10/ctime:42,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:49,
from circle_selection.cpp:1:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:7:8: note: candidates are: 'struct tm'
7 | struct tm
| ^~
circle_selection.cpp:6:5: note: 'int tm [300005]'
6 | int tm[N];
| ^~
circle_selection.cpp:50:41: error: reference to 'tm' is ambiguous
50 | if(num == -1 || tm[u] < tm[num])
| ^~
In file included from /usr/include/time.h:39,
from /usr/include/c++/10/ctime:42,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:49,
from circle_selection.cpp:1:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:7:8: note: candidates are: 'struct tm'
7 | struct tm
| ^~
circle_selection.cpp:6:5: note: 'int tm [300005]'
6 | int tm[N];
| ^~
circle_selection.cpp:56:13: error: reference to 'tm' is ambiguous
56 | tm[u] =cnt;
| ^~
In file included from /usr/include/time.h:39,
from /usr/include/c++/10/ctime:42,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:49,
from circle_selection.cpp:1:
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:7:8: note: candidates are: 'struct tm'
7 | struct tm
| ^~
circle_selection.cpp:6:5: note: 'int tm [300005]'
6 | int tm[N];
| ^~