北理工数据结构作业2
第三章作业1、写出下列程序段的输出结果。viod main ( ){Stack S; char x, y; InitStack (S); x=’c’; y=’k’;Push(S, x); Push(S
北理工数据结构作业2