0_0_1561660_18621.cpp: In function `int main(int, char**)':
0_0_1561660_18621.cpp:22: error: incompatible types in assignment of `int' to `int[11]'
0_0_1561660_18621.cpp:30: error: cannot convert `int (*)[11]' to `int*' for argument `2' to `void set(int*, int*)'
0_0_1561660_18621.cpp:34: error: cannot convert `int (*)[11]' to `int*' for argument `2' to `void set(int*, int*)'
0_0_1561660_18621.cpp:44: error: cannot convert `int (*)[11]' to `int*' for argument `2' to `void set(int*, int*)'
0_0_1561660_18621.cpp:51: error: cannot convert `int (*)[11]' to `int*' for argument `2' to `int cmp(int*, int*)'
0_0_1561660_18621.cpp:52: error: cannot convert `int (*)[11]' to `int*' for argument `1' to `void set(int*, int*)'
0_0_1561660_18621.cpp:55: error: cannot convert `int (*)[11]' to `int*' for argument `2' to `int cmp(int*, int*)'
0_0_1561660_18621.cpp:59: error: invalid conversion from `int*' to `int'
0_0_1561660_18621.cpp:59: error: invalid operands of types `int[2]' and `int[2]' to binary `operator+'
0_0_1561660_18621.cpp:63: error: invalid conversion from `int*' to `int'
0_0_1561660_18621.cpp:63: error: invalid operands of types `int[2]' and `int[2]' to binary `operator+'
0_0_1561660_18621.cpp: In function `void getnum(int, int, int*)':
0_0_1561660_18621.cpp:91: error: name lookup of `k' changed for new ISO `for' scoping
0_0_1561660_18621.cpp:85: error: using obsolete binding at `k'
0_0_1561660_18621.cpp: In function `void back(int, int, int)':
0_0_1561660_18621.cpp:131: error: ISO C++ forbids assignment of arrays
0_0_1561660_18621.cpp:132: error: ISO C++ forbids assignment of arrays
0_0_1561660_18621.cpp:142: error: invalid types `int[90][90][11][int[2]]' for array subscript
0_0_1561660_18621.cpp:146: error: invalid types `int[90][90][11][int[2]]' for array subscript
0_0_1561660_18621.cpp:150: error: ISO C++ forbids assignment of arrays
0_0_1561660_18621.cpp:151: error: ISO C++ forbids assignment of arrays
0_0_1561660_18621.cpp:160: error: cannot convert `int (*)[11]' to `int*' for argument `1' to `int cmp(int*, int*)'
|