码迷,mamicode.com
首页 >  
搜索关键字:challenge    ( 728个结果
Tinkoff Challenge - Final Round (ABC)
A题:从两个保安中间那钞票 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 int main() 6 { 7 int a,b,c; 8 scanf("%d%d%d",&a,&b,&c); 9 int n; 10 scanf("%d",& ...
分类:其他好文   时间:2017-05-16 20:45:28    阅读次数:183
BZOJ 2296【POJ Challenge】随机种子(构造)
【题目链接】 http://www.lydsy.com/JudgeOnline/problem.php?id=2296 【题目大意】 给出一个数x,求一个10的16次以内的数使得其被x整除并且数字包含0到9所有数字 【题解】 我们构造数前10位为0到9,利用后面六位补充使得其为x的倍数,x为10的6 ...
分类:其他好文   时间:2017-05-16 10:52:27    阅读次数:136
May Challenge 2017
Chef and his daily routine 分析:水题,设置优先级,判断如果后面小于前面就输出no 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using name ...
分类:其他好文   时间:2017-05-15 18:29:01    阅读次数:191
Codechef March Challenge 2014——The Street
The Street Problem Code: STREETTA https://www.codechef.com/problems/STREETTA Submit Tweet The Street Problem Code: STREETTA https://www.codechef.com/p ...
分类:其他好文   时间:2017-05-15 10:46:01    阅读次数:349
【贪心】【multiset】Tinkoff Challenge - Final Round (Codeforces Round #414, rated, Div. 1 + Div. 2) C. Naming Company
考虑两个人,先把各自的集合排个序,丢掉一半,因为比较劣的那一半一定用不到。 然后贪心地放,只有两种决策,要么把一个最优的放在开头,要么把一个最劣的放在结尾。 如果我的最优的比对方所有的都劣(或等于),我就把我最劣的往结尾放。否则我把我最优的往开头放。 用multiset维护两人的集合即可。 ...
分类:其他好文   时间:2017-05-13 21:06:32    阅读次数:223
Intel Code Challenge Elimination Round (Div.1 + Div.2, combined)C. Destroying Array(想法题)
传送门 Description You are given an array consisting of n non-negative integers a1,?a2,?...,?an. You are going to destroy integers in the array one by on ...
分类:其他好文   时间:2017-05-09 00:49:03    阅读次数:182
AFN的使用(待整理)
待整理 一、文件下载 1.创建下载 2.简单下载工具类 三、文件上传 四、AFN序列化处理 五、网络监测 六、加密类 七、https pragma mark NSURLSessionDataDelegate //如果发送的请求是https的,那么才会调用该方法 //challenge 质询,挑战 ...
分类:其他好文   时间:2017-05-07 23:08:39    阅读次数:220
BZOJ 2288 【POJ Challenge】生日礼物(贪心+优先队列)
【题目链接】 http://www.lydsy.com/JudgeOnline/problem.php?id=2288 【题目大意】 给出一列数,求最多取m段连续的数字,使得总和最大 【题解】 首先我们对数据进行合并处理,连续的一段正数或者连续的一段负数处理成一个数字, 之后我们发现,如果正数的个数 ...
分类:其他好文   时间:2017-05-06 15:50:07    阅读次数:149
Local Authentication Using Challenge Response with Yubikey for CentOS 7
Connect Yubikey ,then initialize YubiKey slot 2: Create /var/yubico directory for challenge file. TIPs: xiaoxiaoleo is the login user name. add pam co ...
分类:其他好文   时间:2017-05-04 14:40:16    阅读次数:196
hdu1024 Max Sum Plus Plus (Dp)
hdu1024 Max Sum Plus Plus Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more ...
分类:其他好文   时间:2017-05-04 00:04:13    阅读次数:219
728条   上一页 1 ... 36 37 38 39 40 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!