0_0_32307856_21177.cpp: In function 'bool spfa(int)':
0_0_32307856_21177.cpp:35:9: error: reference to 'tm' is ambiguous
tm[i] = 0;
^
0_0_32307856_21177.cpp:13:13: note: candidates are: int tm [200]
int low[N], tm[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_32307856_21177.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_32307856_21177.cpp:38:5: error: reference to 'tm' is ambiguous
tm[s]++;
^
0_0_32307856_21177.cpp:13:13: note: candidates are: int tm [200]
int low[N], tm[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_32307856_21177.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_32307856_21177.cpp:52:25: error: reference to 'tm' is ambiguous
if (tm[v]++ > n + 1) return false;
^
0_0_32307856_21177.cpp:13:13: note: candidates are: int tm [200]
int low[N], tm[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_32307856_21177.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|