0_0_1440157_2690.cpp: In function `elem_t prim(int, elem_t (*)[200], int*)':
0_0_1440157_2690.cpp:10: error: incompatible types in assignment of `int' to `elem_t[200]'
0_0_1440157_2690.cpp:10: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440157_2690.cpp:10: error: invalid conversion from `int' to `int*'
0_0_1440157_2690.cpp:13: error: ISO C++ forbids comparison between pointer and integer
0_0_1440157_2690.cpp:17: error: invalid conversion from `int' to `int*'
0_0_1440157_2690.cpp:17: error: invalid types `elem_t (*)[200][int*]' for array subscript
0_0_1440157_2690.cpp: In function `int main()':
0_0_1440157_2690.cpp:31: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440157_2690.cpp:32: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440157_2690.cpp:49: error: ISO C++ forbids comparison between pointer and integer
0_0_1440157_2690.cpp:51: error: wrong type argument to unary minus
0_0_1440157_2690.cpp:52: error: invalid conversion from `int*' to `int'
|