759685_0_0_29909.cpp:10: error: `main' must return `int'
759685_0_0_29909.cpp: In function `int main(...)':
759685_0_0_29909.cpp:17: error: incompatible types in assignment of `int' to `int[110]'
759685_0_0_29909.cpp:18: error: incompatible types in assignment of `int' to `int[110][110]'
759685_0_0_29909.cpp:23: error: incompatible types in assignment of `int' to `int[110]'
759685_0_0_29909.cpp:29: error: invalid conversion from `int*' to `int'
759685_0_0_29909.cpp:29: error: initializing argument 1 of `int xiao(int, int, int)'
759685_0_0_29909.cpp:29: error: invalid conversion from `int*' to `int'
759685_0_0_29909.cpp:29: error: initializing argument 2 of `int xiao(int, int, int)'
759685_0_0_29909.cpp:29: error: invalid conversion from `int*' to `int'
759685_0_0_29909.cpp:29: error: initializing argument 3 of `int xiao(int, int, int)'
759685_0_0_29909.cpp:29: error: incompatible types in assignment of `int' to `int[110]'
759685_0_0_29909.cpp:34: error: ISO C++ forbids comparison between pointer and integer
|