0_0_8662706_10483.cpp: In function `int main()':
0_0_8662706_10483.cpp:5: error: conflicting declaration 'int x[0u][1]'
0_0_8662706_10483.cpp:5: error: 'x' has a previous declaration as `double x[201][201]'
0_0_8662706_10483.cpp:5: error: declaration of `int x[0u][1]'
0_0_8662706_10483.cpp:5: error: conflicts with previous declaration `double x[201][201]'
0_0_8662706_10483.cpp:5: error: invalid initializer
0_0_8662706_10483.cpp:10: error: expected `;' before '}' token
0_0_8662706_10483.cpp:15: error: `d' undeclared (first use this function)
0_0_8662706_10483.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8662706_10483.cpp:17: error: `y' undeclared (first use this function)
0_0_8662706_10483.cpp:20: error: invalid operands of types `double[201]' and `double[201]' to binary `operator*'
0_0_8662706_10483.cpp:20: error: invalid operands of types `double[201]' and `double[201]' to binary `operator*'
0_0_8662706_10483.cpp:20: error: `abs' undeclared (first use this function)
|