Description: Construct a linked list structure, each node storing student information (such as student number and name), such as (001, Joe Smith), (002, John Doe), requiring the input 001, to find out the name of relative, ie input 001 output seating.
To Search:
File list (Check if you may need any files):
题目4\1.cpp
.....\1.dsp
.....\1.dsw
.....\1.ncb
.....\1.opt
.....\1.plg
.....\Debug\1.exe
.....\.....\1.ilk
.....\.....\1.obj
.....\.....\1.pch
.....\.....\1.pdb
.....\.....\vc60.idb
.....\.....\vc60.pdb
.....\.....\题目4.exe
.....\.....\题目4.ilk
.....\.....\题目4.pch
.....\.....\题目4.pdb
.....\题目4.dsp
.....\题目4.dsw
.....\题目4.ncb
.....\题目4.opt
.....\题目4.plg
.....\Debug
题目4