比赛 |
NOIP模拟赛by mzx Day1 |
评测结果 |
WWWWWWWWWW |
题目名称 |
昆特-冠位指定 |
最终得分 |
0 |
用户昵称 |
小e |
运行时间 |
0.051 s |
代码语言 |
C++ |
内存使用 |
0.26 MiB |
提交时间 |
2016-10-19 21:44:46 |
显示代码纯文本
#include "cstdio"
#include "cstring"
#include "algorithm"
using namespace std;
#define SUBMIT
int main(int argc, char const *argv[])
{
#ifdef SUBMIT
freopen("gwent_grandorder.in", "r", stdin); freopen("gwent_grandorder.out", "w", stdout);
#endif
puts("SingleDogMZX");
#ifndef SUBMIT
printf("\n----------\n");
system("pause");
#else
fclose(stdin); fclose(stdout);
#endif
return 0;
}