182585_0_15271.cpp: In function `int main()':
182585_0_15271.cpp:15: error: incompatible types in assignment of `int' to `int[101]'
182585_0_15271.cpp:22: error: invalid conversion from `int*' to `int'
182585_0_15271.cpp: At global scope:
182585_0_15271.cpp:33: error: expected constructor, destructor, or type conversion before numeric constant
182585_0_15271.cpp:33: error: expected `,' or `;' before numeric constant
182585_0_15271.cpp: In function `int main()':
182585_0_15271.cpp:37: error: redefinition of `int main()'
182585_0_15271.cpp:5: error: `int main()' previously defined here
182585_0_15271.cpp:52: error: invalid conversion from `int*' to `int'
|