会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Wider Gao
醉后不知天在水,满船清梦压星河。
首页
新随笔
联系
管理
随笔分类 -
贪心
P1514 引水入城
摘要:#include #include #include using namespace std; struct def1 { int x; int y; } q[3000000]; struct def2 { int len; int x; int y; } val[550]; int dctx[6]= {0,1,0,-1,0},dcty[6]= {0,0,1,0,-1}; int n,...
阅读全文
posted @
2017-07-15 15:35
银河渡舟
阅读(206)
评论(0)
推荐(1)
公告