0_0_2957755_12779.cpp
0_0_2957755_12779.cpp(40) : error C2668: “atan2” : 对重载函数的调用不明确
VC\include\math.h(592): 可能是“long double atan2(long double,long double)”
VC\include\math.h(544): 或 “float atan2(float,float)”
VC\include\math.h(186): 或 “double atan2(double,double)”
试图匹配参数列表“(int, int)”时
0_0_2957755_12779.cpp(44) : error C2065: “M_PI” : 未声明的标识符
0_0_2957755_12779.cpp(49) : error C3861: “M_PI”: 即使使用参数相关的查找,也未找到标识符
0_0_2957755_12779.cpp(49) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|