0_0_24481014_31061.cpp: In function 'int main()':
0_0_24481014_31061.cpp:49:5: error: reference to 'tm' is ambiguous
tm[++cc] = q[i].y;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:50:5: error: reference to 'tm' is ambiguous
tm[++cc] = q[i].y + njia;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:56:8: error: reference to 'tm' is ambiguous
sort(tm + 1, tm + 1 + cc);
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:56:16: error: reference to 'tm' is ambiguous
sort(tm + 1, tm + 1 + cc);
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:57:21: error: reference to 'tm' is ambiguous
int Size = unique(tm + 1, tm + 1 + cc) - tm - 1;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:57:29: error: reference to 'tm' is ambiguous
int Size = unique(tm + 1, tm + 1 + cc) - tm - 1;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:57:44: error: reference to 'tm' is ambiguous
int Size = unique(tm + 1, tm + 1 + cc) - tm - 1;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_24481014_31061.cpp:60:6: error: reference to 'tm' is ambiguous
Q[tm[i]] = i;
^
0_0_24481014_31061.cpp:8:5: note: candidates are: int tm [400005]
int tm[400005];
^
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_24481014_31061.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|