Limak is an old brown bear. He often plays poker with his friends. Today they went to a casino. There are nplayers (including Limak himself) and right ...
分类:
其他好文 时间:
2017-05-05 20:54:59
阅读次数:
109
A. Fake NP(数论水题) Tavak and Seyyed are good friends. Seyyed is very funny and he told Tavak to solve the following problem instead of longest-path. You ...
分类:
其他好文 时间:
2017-05-05 14:13:11
阅读次数:
180
可以用如下方法:1.初级:Friends (老友记)Friends是经典中的经典,对于英语初级水平的朋友来说,是突破发音和对话交流最好的美剧。整个剧都是人物间谈话,而且都很简短,没有长句,词汇非常简单,基本是plain English的典范。自己的英文有明显的提升,就是在看这部剧多达十遍后。 2.中 ...
分类:
其他好文 时间:
2017-05-04 14:45:27
阅读次数:
178
#!/usr/bin/envpython#-*-coding:utf-8-*-#author:ChanghuaGongclassperson(object):def__init__(self,name):self.name=name#静态属性defsay(self):#方法,动态属性print("say...")defspeak(self):print("speak...")classrelationship:defmk_friends(self,somebody):print("%si..
分类:
编程语言 时间:
2017-05-04 00:11:26
阅读次数:
180
A.Hot and Cold(水题) Carl, Caroline, Helen, and Han are four friends sharing a one-room workspace. The workspace has a single thermostat which they can ...
分类:
其他好文 时间:
2017-05-03 14:39:32
阅读次数:
179
A.Little Red Riding Hood B.Choosy in Food ?F[i]:从第I个点到终点的期望步数 ?F[i] = (F[i + k] + k ) * P[k] ?F[ed] = 0 ?高斯消元求解 ?注意存在从起点不能到达终点的情况 C.Friends ?F[rt][len ...
分类:
其他好文 时间:
2017-05-01 09:55:15
阅读次数:
450
2020. Traffic Jam in Flower Town Time limit: 1.0 secondMemory limit: 64 MB Having returned from Sun City, Dunno told all his friends that every shorty ...
分类:
其他好文 时间:
2017-04-30 23:01:52
阅读次数:
346
1201: Friends Description In a country, the relationship between people can be indicated by a tree. If two people are acquainted with each other, ther ...
分类:
其他好文 时间:
2017-04-30 23:01:41
阅读次数:
298
题意:略。 析:答案就是32^n。 代码如下: ...
分类:
其他好文 时间:
2017-04-29 22:17:10
阅读次数:
144
Happy Matt Friends Time Limit: 6000/6000 MS (Java/Others) Memory Limit: 510000/510000 K (Java/Others)Total Submission(s): 3700 Accepted Submission(s): ...
分类:
移动开发 时间:
2017-04-27 21:16:38
阅读次数:
270