会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ooozy
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
shuoj
2073
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 const int maxn=2005; 9 int vis[maxn]; 10 11 int main() 12 { 13 int t,k; 14 string str; 15 cin>...
阅读全文
posted @
2017-02-28 13:22
ooozy
阅读(185)
评论(0)
推荐(0)
2032
摘要:1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main() 7 { 8 int m,n,t,index,ans; 9 int arr[110],num[110]; 10 scanf("%d",&t); 11 for(int k=0;karr[m]){ 22 ...
阅读全文
posted @
2017-01-14 15:55
ooozy
阅读(219)
评论(0)
推荐(0)
1992
摘要:1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn=505; 8 int b[maxn],dp[maxn][maxn],sum[maxn]; 9 10 int DP(int m,int k) 11 { 12 int i,j,x,y; 13 ...
阅读全文
posted @
2017-01-14 15:54
ooozy
阅读(137)
评论(0)
推荐(0)
公告