0_0_33931663_15053.cpp: In function 'void init()':
0_0_33931663_15053.cpp:10:2: error: reference to 'tm' is ambiguous
tm = 1.0/10;
^
0_0_33931663_15053.cpp:5:12: note: candidates are: double tm
double th, tm, ts,a[6];
^
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_33931663_15053.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_33931663_15053.cpp:12:7: error: reference to 'tm' is ambiguous
hm = tm - th;
^
0_0_33931663_15053.cpp:5:12: note: candidates are: double tm
double th, tm, ts,a[6];
^
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_33931663_15053.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_33931663_15053.cpp:14:12: error: reference to 'tm' is ambiguous
ms = ts - tm;
^
0_0_33931663_15053.cpp:5:12: note: candidates are: double tm
double th, tm, ts,a[6];
^
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_33931663_15053.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|