上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页
摘要: 1.编写Application程序, 从命令行参数输入10个整数并保存在数组中,求数组中最大、最小、数据的和、平均值。 public class Main { public static void main(String[] args) { int a[]=new int[10]; Scan... 阅读全文
posted @ 2016-04-19 17:34 martinue 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Description There is a very simple and interesting one-person game. You have 3 dice, namely Die1, Die2 and Die3. Die1 has K1 faces. Die2 hasK2 f... 阅读全文
posted @ 2016-04-18 21:41 martinue 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Description Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his friends. What's more, ... 阅读全文
posted @ 2016-04-18 19:38 martinue 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Contest Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1323 Accepted Submission(s): 5... 阅读全文
posted @ 2016-04-18 15:48 martinue 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Divide Groups Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1856 Accepted Submission... 阅读全文
posted @ 2016-04-18 12:58 martinue 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 网购 Problem:A Time Limit:3000ms Memory Limit:65536K Description 在这个信息化的时代,网购成为了最流行的购物方式,比起在大街上,顶着烈日寻找需要的商品,大多数人更愿意坐在家里,点击下鼠... 阅读全文
posted @ 2016-04-15 19:50 martinue 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Aeroplane chess Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2958 Accepted Submissi... 阅读全文
posted @ 2016-04-15 17:43 martinue 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Walk Time Limit: 30000/15000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 957 Accepted Submission(s): 610... 阅读全文
posted @ 2016-04-14 22:06 martinue 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 目的要求 1.掌握栈、队列的思想及其存储实现。 2.掌握栈、队列的常见算法的程序实现。 实验内容 1.采用链式存储实现栈的初始化、入栈、出栈操作。 2.采用顺序存储实现栈的初始化、入栈、出栈操作。 3.采用链式存储实现队列的初始化、入队、出队操作。 4.采用顺序存储实现循环队列的初始化、入队... 阅读全文
posted @ 2016-04-14 19:43 martinue 阅读(272) 评论(0) 推荐(0) 编辑
摘要: A Plug for UNIX Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15470 Accepted: 5248 Description You are in charge of s... 阅读全文
posted @ 2016-04-13 22:16 martinue 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页