0_0_1440156_9033.cpp: In function `elem_t prim(int, elem_t (*)[200], int*)':
0_0_1440156_9033.cpp:11: error: incompatible types in assignment of `int' to `elem_t[200]'
0_0_1440156_9033.cpp:11: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440156_9033.cpp:11: error: invalid conversion from `int' to `int*'
0_0_1440156_9033.cpp:14: error: ISO C++ forbids comparison between pointer and integer
0_0_1440156_9033.cpp:18: error: invalid conversion from `int' to `int*'
0_0_1440156_9033.cpp:18: error: invalid types `elem_t (*)[200][int*]' for array subscript
0_0_1440156_9033.cpp: In function `int main()':
0_0_1440156_9033.cpp:32: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440156_9033.cpp:33: error: incompatible types in assignment of `int' to `int[200]'
0_0_1440156_9033.cpp:50: error: ISO C++ forbids comparison between pointer and integer
0_0_1440156_9033.cpp:52: error: wrong type argument to unary minus
0_0_1440156_9033.cpp:53: error: invalid conversion from `int*' to `int'
|