0_0_1911062_6766.cpp: In function `long int Find(long int)':
0_0_1911062_6766.cpp:15: error: ISO C++ forbids comparison between pointer and integer
0_0_1911062_6766.cpp:17: error: invalid conversion from `long int*' to `long int'
0_0_1911062_6766.cpp:18: error: incompatible types in assignment of `long int' to `long int[10000001]'
0_0_1911062_6766.cpp: At global scope:
0_0_1911062_6766.cpp:32: error: `main' must return `int'
0_0_1911062_6766.cpp: In function `int main(...)':
0_0_1911062_6766.cpp:39: error: incompatible types in assignment of `long int' to `long int[10000001]'
|