摘要:
1.编写Application程序, 从命令行参数输入10个整数并保存在数组中,求数组中最大、最小、数据的和、平均值。 public class Main { public static void main(String[] args) { int a[]=new int[10]; Scan... 阅读全文
摘要:
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... 阅读全文
摘要:
Description Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays chess with his friends. What's more, ... 阅读全文
摘要:
Contest Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1323 Accepted Submission(s): 5... 阅读全文
摘要:
Divide Groups Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1856 Accepted Submission... 阅读全文
摘要:
网购 Problem:A Time Limit:3000ms Memory Limit:65536K Description 在这个信息化的时代,网购成为了最流行的购物方式,比起在大街上,顶着烈日寻找需要的商品,大多数人更愿意坐在家里,点击下鼠... 阅读全文
摘要:
Aeroplane chess Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2958 Accepted Submissi... 阅读全文
摘要:
Walk Time Limit: 30000/15000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 957 Accepted Submission(s): 610... 阅读全文
摘要:
目的要求 1.掌握栈、队列的思想及其存储实现。 2.掌握栈、队列的常见算法的程序实现。 实验内容 1.采用链式存储实现栈的初始化、入栈、出栈操作。 2.采用顺序存储实现栈的初始化、入栈、出栈操作。 3.采用链式存储实现队列的初始化、入队、出队操作。 4.采用顺序存储实现循环队列的初始化、入队... 阅读全文
摘要:
A Plug for UNIX Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15470 Accepted: 5248 Description You are in charge of s... 阅读全文