| 比赛 | NOIP模拟赛by mzx Day1 | 评测结果 | WWWWWWWWWW | 
|---|---|---|---|
| 题目名称 | 昆特-冠位指定 | 最终得分 | 0 | 
| 用户昵称 | Cydiater | 运行时间 | 0.018 s | 
| 代码语言 | C++ | 内存使用 | 0.25 MiB | 
| 提交时间 | 2016-10-19 21:29:26 | ||
#include <iostream>
#include <cstdio>
#define FILE "gwent_grandorder"
using namespace std;
int main(){
	freopen(FILE".in","r",stdin);
	freopen(FILE".out","w",stdout);
	cout<<"SingleDogMZX"<<endl;
	return 0;
}