回复 5楼 q379448120
--------------------Configuration: 3-15 - Win32 Debug--------------------
Compiling...
3-15.cpp
d:\my documents\二级c\c程序\3-15.cpp(10) : error C2664: 'strcmp' : cannot convert parameter 1 from 'int' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
d:\my documents\二级c\c程序\3-15.cpp(10) : error C2143: syntax error : missing ')' before 'break'
执行 cl.exe 时出错.
3-15.exe - 1 error(s), 0 warning(s)