比赛 普及组2016模拟练习3 评测结果 RRRRRRRRRR
题目名称 圆桌会议 最终得分 0
用户昵称 zero 运行时间 0.002 s
代码语言 C++ 内存使用 0.32 MiB
提交时间 2016-11-15 21:55:22
显示代码纯文本
#include <iostream>
#include <cstdio>
#include <algorithm>
using namespace std;
int n,m,k=0,hh[1001],y,ass;
bool compare(int a,int b)
{
  return a>b; //升序排列,如果改为return a>b,则为降序
} 
int main(){
	freopen("mark.in","r",stdin);
	freopen("mark.out","w",stdout);

	cout<<2;
	return 0;
}