只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-09-14 16:10 5lyTher1n 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 字符串操作。#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 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 题目:最大子序列求和#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 阅读(110) 评论(0) 推荐(0) 编辑