摘要:
1 // luogu-judger-enable-o2 2 #include 3 #include 4 using namespace std; 5 const int maxn=1e7+10; 6 const int inf=2e7+7; 7 struct node 8 { 9 int x,y,id,ans,time; 10 }a[maxn],b... 阅读全文
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn=1e7+10; 6 int ans[maxn]; 7 int f[maxn]; 8 int n,k; 9 int c[maxn]; 10 int same[maxn]; 11 struct node 12 { ... 阅读全文
摘要:
题目描述 约翰的奶牛们从小娇生惯养,她们无法容忍牛棚里的任何脏东西. 约翰发现,如果要使这群有洁癖的奶牛满意,他不得不雇佣她们中的一些来清扫牛棚, 约翰的奶牛中有N(1≤N≤10000)头愿意通过清扫牛棚来挣一些零花钱. 由于在某个时段中奶牛们会在牛棚里随时随地地乱扔垃圾,自然地,她们要求在这段时间 阅读全文
摘要:
老师的作业提示里说有难题,也有水题,果真很水。。。 单纯的模拟加暴力 阅读全文