0_0_15496084_24972.cpp
0_0_15496084_24972.cpp(6) : error C2446: “==”: 没有从“int”到“long *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_15496084_24972.cpp(6) : error C2040: “==”:“long *”与“int”的间接寻址级别不同
0_0_15496084_24972.cpp(9) : error C2143: 语法错误 : 缺少“}”(在“for”的前面)
0_0_15496084_24972.cpp(9) : error C2143: 语法错误 : 缺少“)”(在“for”的前面)
0_0_15496084_24972.cpp(9) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|