820332_0_0_26754.cpp: In function `int main()':
820332_0_0_26754.cpp:7: error: incompatible types in assignment of `int[1001]' to `long long int[1001]'
820332_0_0_26754.cpp:11: error: ISO C++ forbids comparison between pointer and integer
820332_0_0_26754.cpp:11: error: comparison between distinct pointer types `int*' and `long long int*' lacks a cast
820332_0_0_26754.cpp:12: error: incompatible types in assignment of `int*' to `long long int[1001]'
820332_0_0_26754.cpp:13: error: ISO C++ forbids comparison between pointer and integer
820332_0_0_26754.cpp:14: error: invalid conversion from `long long int*' to `long long int'
|