0_0_2444758_1547.cpp: In function `int main()':
0_0_2444758_1547.cpp:17: error: invalid operands of types `double' and `double[6]' to binary `operator+'
0_0_2444758_1547.cpp:17: error: in evaluation of `operator+=(double, double[6])'
0_0_2444758_1547.cpp:18: error: invalid operands of types `double' and `double[6]' to binary `operator+'
0_0_2444758_1547.cpp:18: error: in evaluation of `operator+=(double, double[6])'
0_0_2444758_1547.cpp:20: error: incompatible types in assignment of `double' to `double[6]'
0_0_2444758_1547.cpp:31: error: invalid operands of types `double[6]' and `int' to binary `operator/'
0_0_2444758_1547.cpp:31: error: in evaluation of `operator/=(double[6], int)'
0_0_2444758_1547.cpp:46: error: invalid operands of types `double' and `double[6]' to binary `operator<='
|