0_0_39776606_3191.cpp
0_0_39776606_3191.cpp(47) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_39776606_3191.cpp(51) : error C2086: “double x[310]”: 重定义
0_0_39776606_3191.cpp(5) : 参见“x”的声明
0_0_39776606_3191.cpp(51) : error C2086: “double y[310]”: 重定义
0_0_39776606_3191.cpp(5) : 参见“y”的声明
0_0_39776606_3191.cpp(52) : error C2086: “int n”: 重定义
0_0_39776606_3191.cpp(6) : 参见“n”的声明
0_0_39776606_3191.cpp(52) : error C2086: “int t”: 重定义
0_0_39776606_3191.cpp(6) : 参见“t”的声明
0_0_39776606_3191.cpp(53) : error C2084: 函数“int yuan(double,double,double,double,int,int)”已有主体
0_0_39776606_3191.cpp(7) : 参见“yuan”的前一个定义
0_0_39776606_3191.cpp(73) : error C2084: 函数“int main(void)”已有主体
0_0_39776606_3191.cpp(27) : 参见“main”的前一个定义
0_0_39776606_3191.cpp(84) : error C3861: “yuan”: 找不到标识符
0_0_39776606_3191.cpp(84) : error C2440: “初始化”: 无法从“int (__cdecl *)(double,double,double,double,int,int)”转换为“int”
没有使该转换得以执行的上下文
|