0_0_39713576_22001.cpp
0_0_39713576_22001.cpp(1) : error C2146: 语法错误: 缺少“;”(在标识符“sum_of_proper_divisors”的前面)
0_0_39713576_22001.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39713576_22001.cpp(1) : error C2065: “m”: 未声明的标识符
0_0_39713576_22001.cpp(1) : error C2448: “sum_of_proper_divisors”: 函数样式初始值设定项类似函数定义
0_0_39713576_22001.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_39713576_22001.cpp(2) : error C2059: 语法错误:“字符串”
0_0_39713576_22001.cpp(5) : error C2059: 语法错误:“if”
0_0_39713576_22001.cpp(6) : error C2143: 语法错误 : 缺少“;”(在“+=”的前面)
0_0_39713576_22001.cpp(6) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39713576_22001.cpp(10) : error C2059: 语法错误:“字符串”
0_0_39713576_22001.cpp(12) : error C2059: 语法错误:“if”
0_0_39713576_22001.cpp(13) : error C2059: 语法错误:“return”
0_0_39713576_22001.cpp(16) : fatal error C1021: 无效的预处理器命令“主程序”
|