0_0_36047205_19643.cpp
0_0_36047205_19643.cpp(45) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_36047205_19643.cpp(49) : error C2084: 函数“bool isNarcissus(int)”已有主体
0_0_36047205_19643.cpp(5) : 参见“isNarcissus”的前一个定义
0_0_36047205_19643.cpp(66) : error C2084: 函数“int main(void)”已有主体
0_0_36047205_19643.cpp(22) : 参见“main”的前一个定义
0_0_36047205_19643.cpp(72) : error C2446: “==”: 没有从“int”到“bool (__cdecl *)(int)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_36047205_19643.cpp(72) : error C2040: “==”:“bool (__cdecl *)(int)”与“int”的间接寻址级别不同
0_0_36047205_19643.cpp(72) : error C3861: “isNarcissus”: 找不到标识符
|