0_0_5108669_15791.cpp:1:24: iostream : No such file or directory
0_0_5108669_15791.cpp:2:24: queue : No such file or directory
0_0_5108669_15791.cpp:3:28: algorithm : No such file or directory
0_0_5108669_15791.cpp: In constructor `Node::Node(int, char*)':
0_0_5108669_15791.cpp:20: error: `strcpy' undeclared (first use this function)
0_0_5108669_15791.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5108669_15791.cpp: In function `int main()':
0_0_5108669_15791.cpp:37: error: `scanf' undeclared (first use this function)
0_0_5108669_15791.cpp:40: error: `memset' undeclared (first use this function)
0_0_5108669_15791.cpp:42: error: `queue' undeclared (first use this function)
0_0_5108669_15791.cpp:42: error: expected primary-expression before "struct"
0_0_5108669_15791.cpp:42: error: expected `;' before "struct"
0_0_5108669_15791.cpp:45: error: `q' undeclared (first use this function)
0_0_5108669_15791.cpp:53: error: `strcmp' undeclared (first use this function)
0_0_5108669_15791.cpp:55: error: `printf' undeclared (first use this function)
0_0_5108669_15791.cpp:62: error: `strcpy' undeclared (first use this function)
0_0_5108669_15791.cpp:64: error: `swap' is not a member of `std'
|