0_0_22523520_5105.cpp: In function 'int main()':
0_0_22523520_5105.cpp:17:7: error: reference to 'tm' is ambiguous
tm[i]=tm[i-1]+1;
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_22523520_5105.cpp:17:13: error: reference to 'tm' is ambiguous
tm[i]=tm[i-1]+1;
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_22523520_5105.cpp:18:7: error: reference to 'tm' is ambiguous
tm[i]+=double(spd)/(val[i]-val[i-1]);
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_22523520_5105.cpp:19:35: error: reference to 'tm' is ambiguous
spd=double(val[i]-val[i-1])/tm[i]-tm[i-1];
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_22523520_5105.cpp:19:41: error: reference to 'tm' is ambiguous
spd=double(val[i]-val[i-1])/tm[i]-tm[i-1];
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_22523520_5105.cpp:21:34: error: reference to 'tm' is ambiguous
printf("Case #%d: %d\n",++ks,tm[N]);
^
0_0_22523520_5105.cpp:6:15: note: candidates are: int tm [100010]
int val[maxn],tm[maxn],N;
^
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_22523520_5105.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|