80325_0_18369.cpp: In function `int main()':
80325_0_18369.cpp:23: error: incompatible types in assignment of `int' to `double[51]'
80325_0_18369.cpp:25: error: invalid operands of types `double[51]' and `int[6]' to binary `operator+'
80325_0_18369.cpp:25: error: in evaluation of `operator+=(double[51], int[6])'
80325_0_18369.cpp:26: error: invalid operands of types `double[51]' and `int' to binary `operator/'
80325_0_18369.cpp:26: error: in evaluation of `operator/=(double[51], int)'
80325_0_18369.cpp:33: error: invalid operands of types `double' and `int[6]' to binary `operator+'
80325_0_18369.cpp:33: error: in evaluation of `operator+=(double, int[6])'
80325_0_18369.cpp:42: error: invalid operands of types `int[6]' and `double' to binary `operator<'
|