0_0_12936662_13072.cpp
0_0_12936662_13072.cpp(13) : error C3861: “prinf”: 即使使用参数相关的查找,也未找到标识符
0_0_12936662_13072.cpp(15) : error C2146: 语法错误 : 缺少“;”(在标识符“printf”的前面)
0_0_12936662_13072.cpp(16) : error C2181: 没有匹配 if 的非法 else
0_0_12936662_13072.cpp(20) : error C2666: “pow” : 7 个重载有相似的转换
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(618): 或 “long double pow(long double,long double)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(570): 或 “float pow(float,float)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
VC\include\math.h(195): 或 “double pow(double,double)”
试图匹配参数列表“(int, double)”时
|