0_0_2222937_20084.cpp: In function `int add(int (*)[200], int*, int)':
0_0_2222937_20084.cpp:9: error: invalid operands of types `int' and `int[200]' to binary `operator*'
0_0_2222937_20084.cpp:10: error: ISO C++ forbids comparison between pointer and integer
0_0_2222937_20084.cpp:12: error: invalid operands of types `int[200]' and `int' to binary `operator/'
0_0_2222937_20084.cpp:13: error: invalid operands of types `int[200]' and `int' to binary `operator%'
0_0_2222937_20084.cpp:13: error: in evaluation of `operator%=(int[200], int)'
0_0_2222937_20084.cpp: At global scope:
0_0_2222937_20084.cpp:24: error: `main' must return `int'
|