0_0_38393886_29530.cpp: In function 'long long int count(long long int)':
0_0_38393886_29530.cpp:48:14: error: reference to 'tm' is ambiguous
tmp[idx].x=tm[i].x-tm[x].x;
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_38393886_29530.cpp:48:22: error: reference to 'tm' is ambiguous
tmp[idx].x=tm[i].x-tm[x].x;
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_38393886_29530.cpp:49:14: error: reference to 'tm' is ambiguous
tmp[idx].y=tm[i].y-tm[x].y;
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_38393886_29530.cpp:49:22: error: reference to 'tm' is ambiguous
tmp[idx].y=tm[i].y-tm[x].y;
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_38393886_29530.cpp: In function 'void solve()':
0_0_38393886_29530.cpp:72:17: error: reference to 'tm' is ambiguous
scanf("%d%d",&tm[i].x,&tm[i].y);
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_38393886_29530.cpp:72:26: error: reference to 'tm' is ambiguous
scanf("%d%d",&tm[i].x,&tm[i].y);
^
0_0_38393886_29530.cpp:34:6: note: candidates are: node tm [1255]
node tm[1255];
^
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_38393886_29530.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|