摘要: 题目 Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given { 32, 321, 3214, 0229, 87 }, w 阅读全文
posted @ 2020-06-10 21:25 无代码,非程序 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 项目需求 设计要求 功能选择可以用菜单来实现,用户根据自己 的选择进入不同的菜单 程序不要求将信息保存到文件中,程序开始时职员信息为空,用户需要先增加职员信息,之后才可以实现查找、删除、浏览等功能。 职员信息的关键字为职员的职员号,加入时职员号重复的记录不能加入。查找删除按照职员号进行。 选择删除功 阅读全文
posted @ 2020-06-10 16:41 无代码,非程序 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 题目 The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a pro 阅读全文
posted @ 2020-06-10 16:35 无代码,非程序 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 题目 This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. 阅读全文
posted @ 2020-06-02 16:39 无代码,非程序 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 题目 To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwor 阅读全文
posted @ 2020-06-01 13:55 无代码,非程序 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 题目 One way that the police finds the head of a gang is to check people's phone calls. If there is a phone call between A and B, we say that A and B is 阅读全文
posted @ 2020-05-31 13:26 无代码,非程序 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 题目 With highways available, driving a car from Hangzhou to any other city is easy. But since the tank capacity of a car is limited, we have to find ga 阅读全文
posted @ 2020-05-30 16:56 无代码,非程序 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 题目 To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the sam 阅读全文
posted @ 2020-05-28 18:44 无代码,非程序 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 题目 Given any string of N (≥5) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l 阅读全文
posted @ 2020-05-28 13:24 无代码,非程序 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 题目 A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are supposed to write a pro 阅读全文
posted @ 2020-05-27 18:12 无代码,非程序 阅读(118) 评论(0) 推荐(0) 编辑