回复 楼主 zdslqy
error C2065: 'fioat' : undeclared identifier
F:\资料\试用\使用.cpp(4) : error C2146: syntax error : missing ';' before identifier 'sum'
F:\资料\试用\使用.cpp(4) : error C2065: 'sum' : undeclared identifier
F:\资料\试用\使用.cpp(4) : error C2065: 'avg' : undeclared identifier
F:\资料\试用\使用.cpp(5) : error C2065: 'a' : undeclared identifier
F:\资料\试用\使用.cpp(5) : error C2065: 'b' : undeclared identifier
F:\资料\试用\使用.cpp(5) : error C2018: unknown character '0xa3'
F:\资料\试用\使用.cpp(5) : error C2018: unknown character '0xbb'
F:\资料\试用\使用.cpp(6) : error C2146: syntax error : missing ';' before identifier 'a'
执行 cl.exe 时出错.
使用.obj - 1 error(s), 0 warning(s)
..编译时错误了 ..