28026_0_24998.cpp: In function `int main()':
28026_0_24998.cpp:16: error: incompatible types in assignment of `int' to `int[101]'
28026_0_24998.cpp:25: error: incompatible types in assignment of `int*' to `int[101]'
28026_0_24998.cpp:32: error: incompatible types in assignment of `int' to `int[101]'
28026_0_24998.cpp:33: error: ISO C++ forbids comparison between pointer and integer
28026_0_24998.cpp:35: error: invalid conversion from `int*' to `int'
|