摘要:
本题要求实现一个函数,将两个链表表示的递增整数序列合并为一个非递减的整数序列。 函数接口定义: List Merge( List L1, List L2 ); 其中List结构定义如下: typedef struct Node *PtrToNode; struct Node { ElementTyp 阅读全文
posted @ 2021-11-24 22:37
慢漫曼蔓
阅读(77)
评论(0)
推荐(0)
摘要:
编写一个程序,此程序在运行时要求用户输入一个 整数,代表某门课的考试成绩,程序接着给出“不及格”、“及格”、“中”、“良”、“优”的结论。 package testing; import java.util.Scanner; public class panduan { public static 阅读全文
posted @ 2021-11-24 20:00
慢漫曼蔓
阅读(85)
评论(0)
推荐(0)

浙公网安备 33010602011771号