199158_0_22195.cpp: In function `int main()':
199158_0_22195.cpp:17: error: incompatible types in assignment of `int' to `int[5]'
199158_0_22195.cpp:24: error: invalid conversion from `int*' to `int'
199158_0_22195.cpp:26: error: incompatible types in assignment of `float' to `float[5]'
199158_0_22195.cpp:32: error: invalid conversion from `int*' to `int'
199158_0_22195.cpp:33: error: invalid operands of types `int[5]' and `float' to binary `operator<'
199158_0_22195.cpp:35: error: incompatible types in assignment of `float' to `float[50]'
|