636799_0_0_22139.cpp: In function `int main()':
636799_0_0_22139.cpp:29: error: incompatible types in assignment of `int' to `long long int[101][101]'
636799_0_0_22139.cpp:33: error: invalid conversion from `long long int*' to `int'
636799_0_0_22139.cpp:33: error: initializing argument 1 of `int abs(int)'
636799_0_0_22139.cpp:35: error: incompatible types in assignment of `long long int' to `long long int[101]'
636799_0_0_22139.cpp:43: error: ISO C++ forbids comparison between pointer and integer
636799_0_0_22139.cpp:44: error: ISO C++ forbids comparison between pointer and integer
636799_0_0_22139.cpp:45: error: incompatible types in assignment of `long long int*' to `long long int[101]'
636799_0_0_22139.cpp:50: error: ISO C++ forbids comparison between pointer and integer
|