0_0_1989855_28319.cpp: In function `int main()':
0_0_1989855_28319.cpp:17: error: cannot convert `char (*)[10]' to `const char*' for argument `1' to `int strcmp(const char*, const char*)'
0_0_1989855_28319.cpp:18: error: ISO C++ forbids cast to non-reference type used as lvalue
0_0_1989855_28319.cpp:18: error: non-lvalue in assignment
0_0_1989855_28319.cpp:20: error: ISO C++ forbids comparison between pointer and integer
0_0_1989855_28319.cpp:21: error: invalid conversion from `int*' to `int'
|