上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 赛后听说题解是环套树上倍增表示一脸懵逼...又是被学弟们爆踩的一天_(:з」∠)_ 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6847 题目大意:\(a,c,m,t\)为给定常数,\(V_1,V_2\)为从区间\([0,t]\)内等概率生成的两个整 阅读全文
posted @ 2020-08-11 18:43 DeaphetS 阅读(576) 评论(0) 推荐(2)
摘要: 赛后3min 1A...自闭_(:з」∠)_ 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6770 题目大意:维护一个由函数\(f_i(x)=(x-a_i)^4+b_i\)组成的集合,要求实现插入、删除、以及查询\(x\):求\(f_i(x)\)的最 阅读全文
posted @ 2020-07-23 21:00 DeaphetS 阅读(492) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6751 题目大意:有一初始在原点的动点\(P\),初始速度方向为\((1,0,0)\),该动点在运动时会同时携带它的标架进行移动(看题目链接中的样例解释应该能够理解),求在\(n\)次运动后点\(P\)所 阅读全文
posted @ 2020-07-22 16:18 DeaphetS 阅读(394) 评论(0) 推荐(1)
摘要: 题目链接:https://ac.nowcoder.com/acm/contest/5666/D 题目大意:给定一实正定二次型矩阵\(A\),求当\(\sum_{i=1}^n\sum_{j=1}^{n}A_{ij}x_ix_j\le 1\),即\(x^TAx \le 1\)时,\(\sum_{i=1} 阅读全文
posted @ 2020-07-13 01:38 DeaphetS 阅读(617) 评论(3) 推荐(1)
摘要: 题目链接:1316F - Battalion Strength 题目大意:对于一个序列\(\left \{ a_n \right \}\),定义其权值为,将其排序后,\(\sum_{i=1}^{n-1}a_i\cdot a_{i+1}\)的值。现在给出一个数组,要求每次修改其中一个位置的值,并求出修 阅读全文
posted @ 2020-03-05 17:02 DeaphetS 阅读(389) 评论(0) 推荐(0)
摘要: 小号冲黄失败...心塞塞_(:з」∠)_ 1316A - Grade Allocation \(ans=min(m,\sum_{i=1}^n a_i)\) #include<bits/stdc++.h> using namespace std; int T,n,m,a[1111]; int main 阅读全文
posted @ 2020-03-05 05:06 DeaphetS 阅读(435) 评论(0) 推荐(0)
摘要: 这场迅速签到后就被F题给教育了...挂机了足足有80+min_(:з」∠)_还是要提高下自己的姿势水平 1305A - Kuroni and the Gifts 将两个数组分别排序后输出即可 #include<bits/stdc++.h> using namespace std; #define N 阅读全文
posted @ 2020-03-04 03:23 DeaphetS 阅读(316) 评论(0) 推荐(1)
摘要: 678A - Johny Likes Numbers 20171130 简单数学题,注意是严格大于就好了 #include<stdlib.h> #include<stdio.h> #include<math.h> #include<cstring> #include<iostream> #inclu 阅读全文
posted @ 2020-03-03 15:53 DeaphetS 阅读(159) 评论(0) 推荐(0)
摘要: 665A - Buses Between Cities 20171129 奇奇怪怪的小数学题...推推式子就好了,边界情况比较蛋疼 #include<stdlib.h> #include<stdio.h> #include<math.h> #include<cstring> #include<ios 阅读全文
posted @ 2020-03-03 04:09 DeaphetS 阅读(139) 评论(0) 推荐(0)
摘要: 这个东西已经咕咕咕了快一年的时间,想想昨天校内训练差点被学弟们爆锤,真是怠惰啊..._(:з」∠)_ 从开始刷教育轮的蓝名水平,到“Educational Round补完计划”开启时的紫名中游水平,再到现在个人水平也游到了黄名中下游,应该是不需要用狂刷div2的水题来提升自我了,不过既然当初挖了这个 阅读全文
posted @ 2020-03-02 04:19 DeaphetS 阅读(279) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页