0_0_10943506_10647.cpp:11: error: `int time[1000005]' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: previous declaration of `time_t time(time_t*)'
0_0_10943506_10647.cpp:11: error: declaration of `int time[1000005]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_10943506_10647.cpp: In function `void solve(int)':
0_0_10943506_10647.cpp:58: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:58: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator^'
0_0_10943506_10647.cpp:60: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:60: error: assignment of read-only location
0_0_10943506_10647.cpp:60: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_10943506_10647.cpp:71: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:71: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator^'
0_0_10943506_10647.cpp:73: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:73: error: assignment of read-only location
0_0_10943506_10647.cpp:73: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_10943506_10647.cpp:82: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:82: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator^'
0_0_10943506_10647.cpp:84: error: pointer to a function used in arithmetic
0_0_10943506_10647.cpp:84: error: assignment of read-only location
0_0_10943506_10647.cpp:84: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
|