
易超时
better_space
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【杭电oj4907】Task schedule
由于数据太大暴力循环会超时,如果先打表预处理一下就行了。#include <iostream>#include <stdio.h>#include <string.h>using namespace std;const int maxn=1e5+5;int a[maxn*2];int b[maxn*2];void prepare() { int ans=maxn*2;原创 2016-07-27 22:44:40 · 622 阅读 · 0 评论 -
【杭电oj5671】Matrix
MatrixTime Limit: 3000/1500 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1409 Accepted Submission(s): 561Problem DescriptionThere is a matrix原创 2016-08-30 16:42:34 · 345 阅读 · 0 评论 -
【hdoj1005】Number Sequence
Number SequenceTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 158167 Accepted Submission(s): 38744Problem DescriptionA number se原创 2016-11-08 22:52:53 · 274 阅读 · 0 评论