摘要:
1217 借教室 2012年NOIP全国联赛提高组 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 1217 借教室 2012年NOIP全国联赛提高组 1217 借教室 2012年NOIP全国联赛提高组 时间限制: 1 s 空间限制: 128000 KB 题目 阅读全文
摘要:
3139 栈练习3 时间限制: 2 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 题目描述 Description 3139 栈练习3 3139 栈练习3 时间限制: 2 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 题目描述 Description 时间限制 阅读全文
摘要:
3138 栈练习2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 3138 栈练习2 3138 栈练习2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间 阅读全文
摘要:
3137 栈练习1 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 3137 栈练习1 时间限制: 1 s 3137 栈练习1 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 空间限制: 128000 KB 空间限制: 128000 阅读全文
摘要:
#include #include #include #include using namespace std; int const maxn=100010; int tot=0,a[maxn]={0}; int n,m; struct treetype { int left,right; //左右区间 int letr,ritr; //左右孩子 int sum; //区间... 阅读全文
摘要:
/*无向图*/ #include #include #include #include using namespace std; bool f[100],a[100][100]; int n,m,x,y; void bfs(int t) { int k,closed,open,p[100]={0}; cout>n; cin>>m; memset(f,0,sizeof(f)); memset(a... 阅读全文
摘要:
这是一道经典的水题,提供两种方法:①深搜 ②并查集 NO.1 深度优先搜索: #include<iostream>#include<cstdio>#include<algorithm>#include<cstring>using namespace std;bool a[10100],f[10100 阅读全文
摘要:
哔!数字三角形全体集合! 数字三角形!到! 数字三角形W!到! 数字三角形WW!到! 数字三角形WWW!到! ----------------------------------------------------------------------------------------------- 阅读全文
摘要:
题目描述 Description 给出字符串a和字符串b,保证b是a的一个子串,请你输出b在a中第一次出现的位置。 题目描述 Description 给出字符串a和字符串b,保证b是a的一个子串,请你输出b在a中第一次出现的位置。 给出字符串a和字符串b,保证b是a的一个子串,请你输出b在a中第一次 阅读全文
摘要:
题目描述 Description 已知某开放授权人员名叫Serb,由于经常修改各种数据,因此开发人员们都喊他SB.现在他和许多人一起过飞机安检,排成了一长队列,请问SB.是否在队列中。 题目描述 Description 已知某开放授权人员名叫Serb,由于经常修改各种数据,因此开发人员们都喊他SB. 阅读全文