foo.cpp: In function 'void get_Adjacent(char*, int)':
foo.cpp:34:22: error: incompatible types in assignment of 'char' to 'char [210]'
foo.cpp:35:38: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp: In function 'bool judgment(int, int)':
foo.cpp:44:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp: In function 'void find_FirstNumber()':
foo.cpp:85:40: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:94:40: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:95:41: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp:98:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp:118:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cpp: In function 'bool special_Judge()':
foo.cpp:225:39: error: invalid conversion from 'char*' to 'char' [-fpermissive]
foo.cpp: In function 'int main()':
foo.cpp:232:5: warning: unused variable 't' [-Wunused-variable]