| 比赛 | NOIP模拟赛by mzx Day1 | 评测结果 | C | 
|---|---|---|---|
| 题目名称 | 昆特-冠位指定 | 最终得分 | 0 | 
| 用户昵称 | ghost | 运行时间 | 0.000 s | 
| 代码语言 | C++ | 内存使用 | 0.00 MiB | 
| 提交时间 | 2016-10-19 20:46:13 | ||
#include<iostream>
#include<cstdio>
#include<cstring>
#include<string>
#include<cstdlib>
#include<cmath>
#include<iomanip>
#include<algorithm>
#include<queue>
#include<vector>
using namespace std;
const int maxn=1000010;
int n,m,p;
int main()
{
	freopen("gwent_grandorder.in","r",stdin);
	freopen("gwent_grandorder.out","w",stdont);
	cout<<"SingleDogMZX"<<endl;
	return 0;
}