摘要:
Groups Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1691 Accepted Submission(s): 65... 阅读全文
摘要:
Description 2015年英雄联盟校园争霸赛决赛于北京时间7月31日在东北林业大学体育馆举行。经过初选的洗礼后,有来自全国各地的n支队伍汇集到本次总决赛,比赛最终要角逐出一名冠军。规则是:队伍两两之间进行比赛,失败者被淘汰,胜利者晋级,获得和其他队伍进行较量的资格,并且为本场... 阅读全文
摘要:
实验内容 1.设计5个人排队买票,并规定买票规则和排队顺序。 public class TicketSeller{ //负责卖票的类 int fiveNumber=1,tenNumber=0,twentyNumber=0; public synchronized ... 阅读全文
摘要:
Description You are playing a two player game. Initially there are n integer numbers in an array and player A and B get chance to take them alter... 阅读全文
摘要:
Problem G Golden Tiger Claw Time Limit: 8 Second Omi, Raymondo, Clay and Kimiko are on new adventure- in search of new Shen Gong Wu. But ... 阅读全文
摘要:
这个模板是图论书上的那个,书上的代码有错误,在网上各种查找之后finally把这个模板搞对了!match[]数组保存匹配上的左右集合,是对应坐标的,在函数里面开的那个l[]数组是存每个点的具体匹配流量,m,n为左右集合的大小,tu[][]是邻接矩阵,存边的权值。 const int inf... 阅读全文
摘要:
Description You control N missile launching towers. Every tower has enough missiles, but for each tower only one missile can be launch at the sa... 阅读全文
摘要:
Brackets Sequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 29414 Accepted: 8368 Special Judge Description Let ... 阅读全文
摘要:
实验内容: 1.输入字符序列,建立二叉链表。 2.前序,中序,后序遍历二叉树:递归算法。 3.中序遍历二叉树:非递归算法。 4.求二叉树的高度 。 5.求二叉树的叶子个数。 6.借助队列实现二叉树的层次遍历。 7.在主函数中设计一个简... 阅读全文
摘要:
Batch Scheduling Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 3693 Accepted: 1708 Description There is a sequence of... 阅读全文