摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3555 Problem Description The counter-terrorists found a time bomb in the dust. But this time the terror 阅读全文
posted @ 2017-06-20 09:29
yutingliuyl
阅读(176)
评论(0)
推荐(0)
摘要:
Checks if an object is compatible with a given type. An is expression evaluates to true if the provided expression is non-null, and the provided ob 阅读全文
posted @ 2017-06-20 09:25
yutingliuyl
阅读(124)
评论(0)
推荐(0)
摘要:
题意: 从1到n,n个数,从左向右依次排列。给定两种形式的约束条件: 1.xix_i与yiy_i的最大距离为dkd_k 2.xix_i与yiy_i的最小距离为dkd_k 问满足这些限定条件的情况下,数1和n的最大距离是多少?(若约束条件相互矛盾则输出-1,若最大距离能够为无穷大则输出-2) 知识补充 阅读全文
posted @ 2017-06-20 09:23
yutingliuyl
阅读(312)
评论(0)
推荐(0)
摘要:
大致题意: 网球比赛,n个參赛者,每场比赛每位选手b瓶水+裁判1瓶水,所有比赛每一个參赛者p条毛巾 每一轮比赛有2^k个人參加比赛(k为2^k<=n中k的最大值),下一轮晋级人数是本轮每场比赛的获胜者,还得加上n-k个人 求全部比赛完毕后所须要的水的数量和毛巾的数量 注: 如有疑问,请下方评论,本人 阅读全文
posted @ 2017-06-20 09:22
yutingliuyl
阅读(113)
评论(0)
推荐(0)
摘要:
1.在StoryBoard上创建2个tableView,并用autolayout约束。 2.在ViewController上拖进来。 @property (weak, nonatomic) IBOutlet UITableView *leftTableView; @property (weak, n 阅读全文
posted @ 2017-06-20 08:07
yutingliuyl
阅读(2098)
评论(0)
推荐(0)
浙公网安备 33010602011771号