回复 12楼 sdhle
非常感谢你的相助,可是
你给的代码编译不通过啊
D:\M-C\2\2.cpp(5) : error C2065: 'max' : undeclared identifier
D:\M-C\2\2.cpp(7) : warning C4508: 'main' : function should return a value; 'void' return type assumed
D:\M-C\2\2.cpp(8) : error C2065: 'x' : undeclared identifier
D:\M-C\2\2.cpp(8) : error C2065: 'y' : undeclared identifier
D:\M-C\2\2.cpp(9) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
D:\M-C\2\2.cpp(9) : fatal error C1004: unexpected end of file found
Error executing cl.exe.