会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
5lyTher1n
博客园
首页
新随笔
联系
订阅
管理
2019年9月14日
通过DNS隧道实现免认证上网
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2019-09-14 16:10 5lyTher1n
阅读(3)
评论(0)
推荐(0)
2014年10月20日
[HDU 1004]Let the Balloon Rise
摘要: 字符串操作。#include #include using namespace std;const int max = 1000 + 10;int u,M,N;int cnt[max];char TTT[20] = "\n";char str[max][20]; void OutAns(){ ...
阅读全文
posted @ 2014-10-20 23:16 5lyTher1n
阅读(84)
评论(0)
推荐(0)
[HDU 1003]Max Sum
摘要: 题目:最大子序列求和#include using namespace std;const int max = 100000 + 10;int tt;void OutAns(int c,int ans,int beg,int end){ printf("Case %d:\n",c); printf("...
阅读全文
posted @ 2014-10-20 23:13 5lyTher1n
阅读(113)
评论(0)
推荐(0)
公告