0_0_16547258_3336.cpp
0_0_16547258_3336.cpp(192) : error C2146: 语法错误: 缺少“;”(在标识符“sys”的前面)
0_0_16547258_3336.cpp(192) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_16547258_3336.cpp(192) : error C2146: 语法错误: 缺少“;”(在标识符“import”的前面)
0_0_16547258_3336.cpp(193) : error C2146: 语法错误: 缺少“;”(在标识符“string”的前面)
0_0_16547258_3336.cpp(193) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_16547258_3336.cpp(193) : error C2086: “int import”: 重定义
0_0_16547258_3336.cpp(191) : 参见“import”的声明
0_0_16547258_3336.cpp(193) : error C2146: 语法错误: 缺少“;”(在标识符“random”的前面)
0_0_16547258_3336.cpp(193) : error C2146: 语法错误: 缺少“;”(在标识符“import”的前面)
0_0_16547258_3336.cpp(193) : error C2146: 语法错误: 缺少“;”(在标识符“randint”的前面)
0_0_16547258_3336.cpp(191) : 参见“import”的声明
0_0_16547258_3336.cpp(196) : error C2146: 语法错误: 缺少“;”(在标识符“def”的前面)
0_0_16547258_3336.cpp(196) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_16547258_3336.cpp(196) : error C2146: 语法错误: 缺少“;”(在标识符“GenData”的前面)
0_0_16547258_3336.cpp(196) : error C2065: “fileName”: 未声明的标识符
0_0_16547258_3336.cpp(196) : error C2448: “GenData”: 函数样式初始值设定项类似函数定义
0_0_16547258_3336.cpp(196) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_16547258_3336.cpp(197) : error C2146: 语法错误: 缺少“;”(在标识符“open”的前面)
0_0_16547258_3336.cpp(197) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_16547258_3336.cpp(197) : error C2065: “fileName”: 未声明的标识符
0_0_16547258_3336.cpp(197) : error C2078: 初始值设定项太多
0_0_16547258_3336.cpp(197) : error C2440: “初始化”: 无法从“const char [2]”转换为“int”
没有使该转换得以执行的上下文
0_0_16547258_3336.cpp(197) : error C2146: 语法错误: 缺少“;”(在标识符“as”的前面)
0_0_16547258_3336.cpp(197) : error C2146: 语法错误: 缺少“;”(在标识符“fout”的前面)
0_0_16547258_3336.cpp(197) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_16547258_3336.cpp(198) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_16547258_3336.cpp(199) : fatal error C1021: 无效的预处理器命令“fout”
|