码迷,mamicode.com
首页 >  
搜索关键字:cup    ( 820个结果
Facebook Hacker Cup 2018 Qualification Round
25: ...
分类:其他好文   时间:2018-07-11 10:43:19    阅读次数:211
CF 996B World Cup 【找规律/模拟】
"CF" 【题意】:圆形球场有n个门,Allen想要进去看比赛。Allen采取以下方案进入球场:开始Allen站在第一个门,如果当前门前面有人Allen会花费单位时间走到下一个门,如果没人Allen从这个门就进去了。球场的每个门,每单位时间可以进去一个人。问Allen最终是从哪个门进入球场的? 【分 ...
分类:其他好文   时间:2018-07-02 01:17:48    阅读次数:372
【CodeForces 990A】Commentary Boxes
题目链接 luogu & CodeForces 题目描述 Berland Football Cup starts really soon! Commentators from all over the world come to the event. Organizers have already ...
分类:其他好文   时间:2018-06-30 23:00:02    阅读次数:291
第七章 资源在Windows编程中的应用 P157 7-8
资源在基于SDK的程序设计中的应用实验 一、实验目的 1.掌握各种资源的应用及资源应用的程序设计方法。 二、实验内容及步骤 实验任务 1.熟悉菜单资源的创建过程; 2.熟悉位图资源的创建; 3.熟悉对话框资源的应用; 4.熟悉图标资源。 实验内容 在一个窗口中央加载一个任意位图,位图尺寸为窗口面积的 ...
分类:Windows程序   时间:2018-06-27 22:19:01    阅读次数:209
CF996B World Cup 思维 第十四 *
World Cup time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output World Cup time limit per test 1 ...
分类:其他好文   时间:2018-06-25 18:51:55    阅读次数:472
Codeforces Round #492 (Div. 2) [Thanks, uDebug!] — 赛后补题
B. World Cup 题解:同一个位置的访问时间是 time = i - 1 + k * n(每秒向前移动一步,初始时刻是0),从每个位置的出去时间满足( i - 1 + k * n >= a[ i ] ),然后解出满足不等式的最小的k,代入( i - 1 + k * n),就是从该位置出去的时 ...
分类:其他好文   时间:2018-06-25 15:10:24    阅读次数:193
Codeforces Round #393 (Div. 2) (8VC Venture Cup 2017 - Final Round Div. 2 Edition) E - Nikita and stack 线段树好题
http://codeforces.com/contest/760/problem/E 题目大意:现在对栈有m个操作,但是顺序是乱的,现在每输入一个操作要求你输出当前的栈顶, 注意,已有操作要按它们的时间顺序进行。 思路:线段树好题啊啊,我们把push当成+1, pop当成-1,按操作的位置建立线段 ...
分类:其他好文   时间:2018-06-25 01:14:06    阅读次数:144
Codeforces Round #393 (Div. 2) (8VC Venture Cup 2017 - Final Round Div. 2 Edition) D - Travel Card
D - Travel Card 思路:dp,类似于单调队列优化。 其实可以写的更简单。。。 ...
分类:其他好文   时间:2018-06-24 19:28:04    阅读次数:196
Codeforces Round #423 (Div. 1, rated, based on VK Cup Finals)
A.String Reconstruction B. High Load C. DNA Evolution 题意:给定一个只包含A,T,C,G的字符串S,有如下两种操作 1)修改一个点的字母. 2)给定一个字符串e ($\left | e \right |\leq 10$),生成一个由e重复组成的新 ...
分类:其他好文   时间:2018-06-24 18:03:14    阅读次数:177
D - Replacement
Problem description Little Petya very much likes arrays consisting of n integers, where each of them is in the range from 1 to 109, inclusive. Recentl ...
分类:其他好文   时间:2018-06-19 00:11:46    阅读次数:211
820条   上一页 1 ... 27 28 29 30 31 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!