0_0_9200297_18551.cpp:22: error: `P time[1200]' 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_9200297_18551.cpp:22: error: declaration of `P time[1200]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_9200297_18551.cpp: In function `bool dfs_DLX(int)':
0_0_9200297_18551.cpp:96: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:96: error: request for member `st' in `*((+((unsigned int)O[i])) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_9200297_18551.cpp:96: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:96: error: request for member `ed' in `*((+((unsigned int)O[i])) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_9200297_18551.cpp: In function `void add_row(int, int, int, int)':
0_0_9200297_18551.cpp:124: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:124: error: request for member `st' in `*((+((unsigned int)r)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_9200297_18551.cpp:125: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:125: error: request for member `ed' in `*((+((unsigned int)r)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_9200297_18551.cpp:128: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:128: error: request for member `st' in `*((+((unsigned int)r)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_9200297_18551.cpp:129: error: pointer to a function used in arithmetic
0_0_9200297_18551.cpp:129: error: request for member `ed' in `*((+((unsigned int)r)) + time)', which is of non-class type `time_t ()(time_t*)'
|