0_0_30157561_22841.cpp: In function 'int main()':
0_0_30157561_22841.cpp:70:28: error: reference to 'tm' is ambiguous
F(i, 1, n)cin >> ord[i], tm[a[ord[i]]] = i;
^
0_0_30157561_22841.cpp:10:36: note: candidates are: int tm [50009]
int pre[maxn], a[maxn], ord[maxn], tm[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ctime:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:49,
from 0_0_30157561_22841.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_30157561_22841.cpp:77:9: error: reference to 'tm' is ambiguous
outs[tm[a[i]]] =--li.end();
^
0_0_30157561_22841.cpp:10:36: note: candidates are: int tm [50009]
int pre[maxn], a[maxn], ord[maxn], tm[maxn];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ctime:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:49,
from 0_0_30157561_22841.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|