错误好多啊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;