0_0_34687077_2543.cpp
0_0_34687077_2543.cpp(29) : error C2144: 语法错误:“int”的前面应有“;”
0_0_34687077_2543.cpp(29) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_34687077_2543.cpp(30) : error C2084: 函数“int gcd(int,int)”已有主体
0_0_34687077_2543.cpp(5) : 参见“gcd”的前一个定义
0_0_34687077_2543.cpp(42) : error C2556: “void main(void)”: 重载函数与“int main(void)”只是在返回类型上不同
0_0_34687077_2543.cpp(14) : 参见“main”的声明
0_0_34687077_2543.cpp(42) : error C2371: “main”: 重定义;不同的基类型
0_0_34687077_2543.cpp(14) : 参见“main”的声明
0_0_34687077_2543.cpp(46) : error C2568: “/”: 无法解析函数重载
0_0_34687077_2543.cpp(5): 可能是“int gcd(int,int)”
0_0_34687077_2543.cpp(46) : error C3861: “gcd”: 找不到标识符
|