码迷,mamicode.com
首页 >  
搜索关键字:icpc    ( 1541个结果
2018 ICPC Asia Singapore Regional A. Largest Triangle (计算几何)
题目链接: "Kattis largesttriangle" Description Given $N$ points on a $2$ dimensional space, determine the area of the largest triangle that can be formed ...
分类:其他好文   时间:2019-10-06 00:52:11    阅读次数:345
A . Xu Xiake in Henan Province (签到) ( 2018-2019 ACM-ICPC, Asia Jiaozuo Regional Contest )
Shaolin Monastery, also known as the Shaolin Temple, is a Chan ("Zen") Buddhist temple in Dengfeng County, Henan Province. Believed to have been found ...
分类:其他好文   时间:2019-10-06 00:21:17    阅读次数:173
I. Distance (模拟)2018-2019 ACM-ICPC, Asia Jiaozuo Regional Contest
There are nn points on a horizontal line, labelled with 11 through nn from left to right. The distance between the ii-th point and the (i+1)(i+1)-th p ...
分类:其他好文   时间:2019-10-06 00:14:22    阅读次数:105
2016-2017 ACM-ICPC CHINA-Final 个人题解
Problem A. Number Theory Problem Problem L. World Cup ...
分类:其他好文   时间:2019-10-05 22:26:58    阅读次数:99
$POJ1995$ $Raising$ $Modulo$ $Numbers$
"链接" 背景 这题其实是 " $a^\wedge b$ , $AcWing89/CH0101$ " 的原版, " $ACM ICPC$ $Czech$ $Technical$ $University$ $Open$ $Contest$ $1999$ $D$题, $POJ1995$ " 。 题意 给 ...
分类:其他好文   时间:2019-10-05 18:40:24    阅读次数:92
2017-2018 ACM-ICPC Asia East Continent League Final (ECL-Final 2017) 个人题解
题面:https://codeforces.com/gym/101775 A. Chat Group J. Straight Master L. SOS ...
分类:其他好文   时间:2019-10-04 21:07:19    阅读次数:109
Team Train Recorder 2.0
"Bubble Cup 12 Finals Online Mirror, unrated, Div. 1" 2019/10/4, solved 4/9, upsolved ??/9 "2019 2020 ACM ICPC Brazil Subregional Programming Contest" ...
分类:其他好文   时间:2019-10-04 20:32:06    阅读次数:130
2018-2019 ACM-ICPC Pacific Northwest Regional Contest (Div. 1) E,F
E 题意: 一个起点,可以将火车点割掉,问最小的代价使得起点不能到达边界. 思路: 拆点,火车点的入边到出边流量是割掉的价格,其他都是INF.最小割就是答案 cpp include define ll long long using namespace std; const int N = 45; ...
分类:其他好文   时间:2019-10-04 19:22:24    阅读次数:126
A - Perfect Team CodeForces - 1221C
You may have already known that a standard ICPC team consists of exactly three members. The perfect team however has more restrictions. A student can ...
分类:其他好文   时间:2019-10-03 00:46:44    阅读次数:101
The 2019 ICPC China Nanchang National Invitational and International Silk-Road Programming Contest C. Xyjj’s sequence(动态规划+欧拉降幂)
题目链接:https://nanti.jisuanke.com/t/40255 中文题面: 解题思路:先用欧拉降幂求出A,B两个序列,定义dp【0】【i】【j】为取A的前i个元素,B的前j个元素,且C的最后一个元素为B【j】,同理dp【1】【i】【j】为取A的前i个元素,B的前j个元素,且C的最后一 ...
分类:其他好文   时间:2019-10-02 23:13:58    阅读次数:106
1541条   上一页 1 ... 18 19 20 21 22 ... 155 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!