(8) : error C2668: “pow”: 对重载函数的调用不明确
VC8\include\math.h(489): 可能是“double pow(double,int)”
VC8\include\math.h(527): 或“float pow(float,int)”
VC8\include\math.h(575): 或“long double pow(long double,int)”
试图匹配参数列表“(int, int)”时
(8) : error C2039: “tgamma”: 不是“std”的成员
(8) : error C3861: “tgamma”: 找不到标识符
(14) : error C2065: “i”: 未声明的标识符
(20) : error C2065: “cin”: 未声明的标识符