0_0_10707022_1516.cpp: In function `double max(double, double)':
0_0_10707022_1516.cpp:48: error: redefinition of `double max(double, double)'
0_0_10707022_1516.cpp:7: error: `double max(double, double)' previously defined here
0_0_10707022_1516.cpp: In function `int main()':
0_0_10707022_1516.cpp:56: error: redefinition of `int main()'
0_0_10707022_1516.cpp:15: error: `int main()' previously defined here
|