925000_0_0_25158.cpp
925000_0_0_25158.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
925000_0_0_25158.cpp(10) : error C2440: “=” : 无法从“long”转换为“long [100]”
没有转换为数组类型,但有转换为数组的引用或指针
925000_0_0_25158.cpp(11) : error C2440: “=” : 无法从“long [100]”转换为“long”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
925000_0_0_25158.cpp(22) : fatal error C1075: 与左侧的 大括号“{”(位于“925000_0_0_25158.cpp(6)”)匹配之前遇到文件结束
|