0_0_2972545_10353.cpp:92: error: `int time[50010]' 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_2972545_10353.cpp:92: error: declaration of `int time[50010]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_2972545_10353.cpp: In function `void solve()':
0_0_2972545_10353.cpp:99: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:99: error: assignment of read-only location
0_0_2972545_10353.cpp:99: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_2972545_10353.cpp:107: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:107: error: ISO C++ forbids comparison between pointer and integer
0_0_2972545_10353.cpp:107: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:107: error: ISO C++ forbids comparison between pointer and integer
0_0_2972545_10353.cpp:108: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:108: error: assignment of read-only location
0_0_2972545_10353.cpp:108: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_2972545_10353.cpp:117: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:118: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:118: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator%'
0_0_2972545_10353.cpp:119: error: pointer to a function used in arithmetic
0_0_2972545_10353.cpp:119: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator/'
0_0_2972545_10353.cpp:119: error: in evaluation of `operator/=(time_t ()(time_t*), int)'
|