0_0_21577857_22586.cpp: In function 'void mul(int*, int*, int*)':
0_0_21577857_22586.cpp:180:19: error: reference to 'tm' is ambiguous
lp ( i, 0, m+m ) tm[i] = 0;
^
0_0_21577857_22586.cpp:162:4: note: candidates are: long long int tm [1656]
LL tm[MAXS];
^
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_21577857_22586.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_21577857_22586.cpp:183:6: error: reference to 'tm' is ambiguous
( tm[i+j] += a[i] * b[j] ) %= MOD;
^
0_0_21577857_22586.cpp:162:4: note: candidates are: long long int tm [1656]
LL tm[MAXS];
^
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_21577857_22586.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_21577857_22586.cpp:187:32: error: reference to 'tm' is ambiguous
lp ( i, 0, m ) ans[i] = add ( tm[i], tm[i+m] );
^
0_0_21577857_22586.cpp:162:4: note: candidates are: long long int tm [1656]
LL tm[MAXS];
^
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_21577857_22586.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
0_0_21577857_22586.cpp:187:39: error: reference to 'tm' is ambiguous
lp ( i, 0, m ) ans[i] = add ( tm[i], tm[i+m] );
^
0_0_21577857_22586.cpp:162:4: note: candidates are: long long int tm [1656]
LL tm[MAXS];
^
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_21577857_22586.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:88:10: note: struct tm
struct tm {
^
|