”ACM---山东省赛“ 的搜索结果

     赛前10天,找了经典的题目,每天做3-5道,以比赛的形式每天晚上打组队赛,一起做题。但是最后的实施情况并不是很好,每天也就做1-2个。第一是题目难度全部为中等难度题目,并且时间紧张,对队友的能力把握不够清晰;...

     G - sum of power Description Input Input contains two integers n,m(1≤n≤1000,0≤m≤10). Output Output the answer in a single line. Sample Input 10 0 Sample Output ...#incl...

     Time Limit: 2000MS Memory limit: 131072K题目描述 Because of the GFW (Great Firewall), we cannot directly visit many websites, such as Facebook, Twitter, YouTube, etc. But with the help of proxy and ...

     5月初比赛完,一直拖到现在,没下笔写,更多的原因大概还是不愿去回忆吧,苦笑。 第一次参加比赛,结果不是很好。 虽然赛后教练一直在说这个比赛很水的,让你们大一的第...5 月 5 日下午热身赛,教练说难度跟正规...

     昨天打了18年的山东省赛,先过的C,用排序然后for循环a了,接着又看A, 感觉是二分图,本来想着排个序用贪心,又发现靠后的字母和靠前的字母挨得更近,是个循环,脑子就乱了,没思路时看榜单一半的队都做出来了而且...

     省赛打完很久了才发,这还是当时写的总结,感觉写了一坨*啊。 省赛打完了,对于成绩并不满意,最终六个题,只拿了铜牌,很可能,这应该是最后一次省赛了,感觉还是很多遗憾吧。 单从心态上来讲,这次应该比...

     还是想总结一下,才能更踏实的在接下来一个月时间好好复习文化课,并且扩充算法广度。我对数学、dp、计算几何、数据结构相关算法比较感兴趣,之后会更多的去接触这些算法,具体如何还是看之后队伍内分工情况。...

     传送门:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=4115 昨天赛场上只想到了一种情况:最远点一定是在最后一次循环中产生的,且一定是第一次循环中最远点对应的那个点,因此想到的只是求出第...

     比赛过程:首先看到的是F题,我一开始从后面往前看的,然后队友告诉我F比较简单,然后就去让队友去敲了,我去继续看了其他的题,首先过一遍题是为了找到水题。不幸的是F题WA了好多次,这时候另一个队友说G是一个水题...

     Time Limit: 2000MS Memory limit: 131072K题目描述Alice has a monkey, she must feed fruit to the monkey every day.She has three kinds of fruits, bananas, peaches and apples. Every day, she chooses one ...

     Emergency Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 Kudo’s real name is not Kudo. Her name is Kudryavka Anatolyevna Strugatskia, and Kudo is only her nickname.

     题意:给定n个人,每个人有身高和体重,根据身高排序后,进行121212报数分为两组,1的为red,2的为blue,统计1和2的总体重,总体重大的则胜利,输出red或blue。 思路:排序。 #include #include ...

     #include #include using namespace std; typedef long long LL; LL n1,n2,n3,d1,d2,d3; LL b[55][55][55][4],a[4],d[4],c[55][55][55]; const LL mod=1e9+7;...LL f(int i,int j,int k) ... if(min((i,j),k)

     #include #include #include #include #include #include #include #include using namespace std; typedef long long ll; const ll mod=1e9+7; const ll maxn=1e5+5; ll fact[maxn],f[maxn],inv[maxn];...void init()

10  
9  
8  
7  
6  
5  
4  
3  
2  
1