离散化
文章平均质量分 80
Phoebe201421085
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codeforces 61E
Enemy is weak time limit per test 5 seconds memory limit per test 256 megabytes input standard input output standard output The Romans have attacked again. This time the原创 2015-03-27 18:58:43 · 541 阅读 · 0 评论 -
poj2299
#include #include #include #include #define MAX 500005 using namespace std; struct node { long long val; int pos; }a[MAX]; int ans[MAX]; int c[MAX]; bool cmp1(原创 2015-03-27 18:03:26 · 354 阅读 · 0 评论
分享