码迷,mamicode.com
首页 >  
搜索关键字:水题    ( 4171个结果
HDU - 4788 Hard Disk Drive (成都邀请赛H 水题)
HDU - 4788 Hard Disk Drive Time Limit:1000MS   Memory Limit:32768KB   64bit IO Format:%I64d & %I64u [Submit]  [Go Back]  [Status]   Description   Yesterday your dear cou...
分类:其他好文   时间:2014-06-20 10:51:20    阅读次数:316
leetcode第一刷_Count and Say
水题。描写叙述的还挺麻烦的,实际上就是纸老虎,用两个string,一个存上一轮的结果,一个用来更新出这一轮的结果,每次扫描上一轮,统计一个字符出现的次数,然后把这个次数和字符增加到这一轮的字符串中就能够了。class Solution {public: string countAndSay(i...
分类:其他好文   时间:2014-06-05 18:34:43    阅读次数:204
poj 1006:Biorhythms(水题,经典题,中国剩余定理)
BiorhythmsTime Limit:1000MSMemory Limit:10000KTotal Submissions:110991Accepted:34541DescriptionSome people believe that there are three cycles in a pe...
分类:其他好文   时间:2014-06-05 15:52:36    阅读次数:267
2014acm亚洲区域赛陕西赛总结
这次是第一次出来到外面比赛,一切都是很新奇的,带着新奇来到了古城西安,首先感觉就是志愿者一点都不热情,一副爱理不理的,这不是有违我大西北人的热情好客么。直接说比赛吧。 第一天热身赛,出了两道很水很水的的题目外加一道防AK题目,第一道ZY读了题目之后给我讲了意思,我听的不是很清楚,但是听出来了是一道水题,说是给出一些点的坐标,然后最后一个点和第一个点是初始点和结束点,然后让你从第一个点出发到达最后...
分类:其他好文   时间:2014-06-05 05:23:14    阅读次数:213
poj 1002:487-3279(水题,提高题 / hash)
487-3279Time Limit:2000MSMemory Limit:65536KTotal Submissions:236746Accepted:41288DescriptionBusinesses like to have memorable telephone numbers. One ...
分类:其他好文   时间:2014-06-04 21:08:17    阅读次数:349
Codeforces Round #247 (Div. 2)
A。水题。遍历字符串对所给的对应数字求和即可。B。简单题。对5个编号全排列,然后计算每种情况的高兴度,取最大值。C。dp。设dp[n][is]表示对于k-trees边和等于n时,如果is==1表示存在边至少为d的边,如果is==0表示不存在边至少为d的边。初始状态dp[0][0]=1。//和为n且不...
分类:其他好文   时间:2014-06-02 21:24:54    阅读次数:275
Codeforces Round #249 (Div. 2)
A。水题。#include #include #include #include #include #includeusing namespace std;int a[105];int main(){ int n,m; cin>>n>>m; for(int i=1; i>a[i];...
分类:其他好文   时间:2014-06-02 20:39:27    阅读次数:244
HDU - 4813 Hard Code (长春赛区水题)
Description Some strange code is sent to Da Shan High School. It's said to be the prophet's note. The note is extremely hard to understand. However, Professor Meng is so smart that he successfully ...
分类:其他好文   时间:2014-06-01 09:18:38    阅读次数:246
POJ训练计划
POJ训练计划Step1-500题 UVaOJ+算法竞赛入门经典+挑战编程+USACO 请见:http://acm.sdut.edu.cn/bbs/read.php?tid=5321 一、POJ训练计划 Moon修订 298道题集训第一天 POJ纯水题 = =: 17道题 2017 1218 200...
分类:其他好文   时间:2014-05-31 01:31:16    阅读次数:361
FOJ_Problem 1587 成绩统计
水题,不过要想0ms过还是有个技巧的:#include #include using namespace std;int main(){ int score[101]; int t,t1,temp; while(cin>>t) { //memset(score,...
分类:其他好文   时间:2014-05-30 16:53:11    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!