残魂::残剑
残魂::残剑
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
残魂::残剑的博客
全部文章
(共2篇)
题解 | #小熊吃糖#
#include <iostream> #include <algorithm> using namespace std; const int N=150; int t[N]; struct x { int att; int hungry; ...
C++
贪心
2021-09-21
0
565
题解 | #两两配对差值最小#
#include <iostream> #include <cmath> #include <algorithm> using namespace std; const int N=1000035; int a[N]; int main() { in...
C++
贪心
2021-09-21
0
582