0_0_2371269_9279.cpp: In function `int main()':
0_0_2371269_9279.cpp:12: error: incompatible types in assignment of `int' to `int[200]'
0_0_2371269_9279.cpp:17: error: ISO C++ forbids comparison between pointer and integer
0_0_2371269_9279.cpp:19: error: ISO C++ forbids comparison between pointer and integer
0_0_2371269_9279.cpp:21: error: invalid operands of types `int' and `int[200]' to binary `operator*'
0_0_2371269_9279.cpp:21: error: invalid operands of types `int' and `int[200]' to binary `operator*'
0_0_2371269_9279.cpp:22: error: invalid operands of types `int' and `int[200]' to binary `operator*'
0_0_2371269_9279.cpp:22: error: invalid operands of types `int' and `int[200]' to binary `operator*'
0_0_2371269_9279.cpp:24: error: incompatible types in assignment of `int' to `int[200]'
|