自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 NYOJ 会场安排问题

#include<iostream> #include<stdio.h> #include<string.h> #include<queue> #include<algorithm> using namespace std; struct HY { int u,v; }hy[10005]; boo...

2018-10-22 21:29:00 55

转载 NYOJ 开心的小明

#include<iostream> #include<stdio.h> #include<string.h> #include<queue> #include<algorithm> using namespace std; int d[30][30005]; //d[i][j] i件中,j重量的物品 ,...

2018-10-22 21:28:00 104

转载 NYOJ 棋盘覆盖

数字很大,要用大数乘法。 #include<iostream> #include<stdio.h> #include<string.h> #include<queue> #include<algorithm> using namespace std; char s1[1000]; char s2[10]...

2018-10-21 17:04:00 63

转载 NYOJ 布线问题

#include<iostream> #include<stdio.h> #include<queue> #include<algorithm> using namespace std; struct edge { int u,v,w; }edges[155000]; bool cmp(const ed...

2018-10-21 15:28:00 70

转载 NYOJ 最大和

#include<iostream> #include<algorithm> #include<string> using namespace std; int mp[105][105]; int main() { int t; cin>>t; while(t--) { ...

2018-10-16 23:34:00 50

转载 NYOJ 61 传纸条(一)

双线DP #include<iostream> #include<algorithm> #include<ctype.h> #include<string> #include<string.h> #include<vector> #include<queue> using names...

2018-10-15 21:42:00 72

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除