以下是引用cqm9266在2011-12-6 22:42:36的发言:
错误好多啊F:\C语言小库\作业222\222.cpp(14) : error C2039: 'k' : is not a member of 'NODE'
F:\C语言小库\作业222\222.cpp(3) : see declaration of 'NODE'
F:\C语言小库\作业222\222.cpp(14) : error C2065: 'P' : undeclared identifier
F:\C语言小库\作业222\222.cpp(15) : error C2039: 'k' : is not a member of 'NODE'
F:\C语言小库\作业222\222.cpp(3) : see declaration of 'NODE'
F:\C语言小库\作业222\222.cpp(17) : error C2039: 'k' : is not a member of 'NODE'
F:\C语言小库\作业222\222.cpp(3) : see declaration of 'NODE'
F:\C语言小库\作业222\222.cpp(19) : error C2001: newline in constant
F:\C语言小库\作业222\222.cpp(20) : error C2143: syntax error : missing ')' before '}'
F:\C语言小库\作业222\222.cpp(20) : error C2143: syntax error : missing ';' before '}'
F:\C语言小库\作业222\222.cpp(20) : warning C4508: 'main' : function should return a value;
关键是K不在结构体NODE里面,可是我不知道从哪里下手