0_0_9047384_9259.cpp:15: error: `int div' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:377: error: previous declaration of `div_t div(int, int)'
0_0_9047384_9259.cpp:15: error: declaration of `int div'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdlib.h:377: error: conflicts with previous declaration `div_t div(int, int)'
0_0_9047384_9259.cpp: In function `int main()':
0_0_9047384_9259.cpp:49: error: cannot resolve overloaded function `div' based on conversion to type `int'
0_0_9047384_9259.cpp:50: error: invalid operands of types `int' and `<unknown type>' to binary `operator+'
|