如果机房电脑速度太慢参看[[温大机房优化脚本]] == 07专升本实验 == 在 http://wzuacm.3322.org/ 上完成题目,并完成如下实验报告,并将实验报告发到 czk.data.structures@gmail.com <> 实验二程序模板 {{{#!cplusplus #include #include int main() { int n; char command[20]; scanf("%d", &n); // read n numbers while(scanf("%s", command)!=EOF) { if(strcmp(command, "delete") == 0) { } else if(strcmp(command, "insert") == 0) { } else if(strcmp(command, "display") == 0) { } else if(strcmp(command, "length") == 0) { } } } }}} == 04级实验 == * [[/熟悉开发环境]] * [[/顺序表]] * [[/链表]] * [[/栈]] * [[/队列]] * [[/稀疏矩阵]] * [[/二叉树]] * [[/图]] * [[/查找]] * [[/排序]]