比赛 20110923 评测结果 C
题目名称 横幅 最终得分 0
用户昵称 TBK 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2011-09-23 22:00:05
显示代码纯文本
#include <iostream>
#include <camth>
#include <string>
#include <algorithm>
using namespace std;
int main(void)
{
	freopen ("banner.in","r",stdin);
	freopen ("banner.out","w",stdout);
	
	fclose(stdin);
	fclose(stdout);
	return 0;
}
k[r[0].p][0]=0;
	k[r[0].p][1]++;
	a[0]=r[0].q;
	for (c=1;c<b*2-1;c++)
	{	
		if (r[c].p!=r[c-1].p) 
			k[r[c].p][0]=c;
		a[c]=r[c].q;
		k[r[c].p][1]++;
	}