比赛 | NOIP模拟赛by mzx Day1 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 昆特-冠位指定 | 最终得分 | 0 |
用户昵称 | 派特三石 | 运行时间 | 0.016 s |
代码语言 | C++ | 内存使用 | 0.28 MiB |
提交时间 | 2016-10-19 21:48:30 | ||
#include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #define pa system("pause") using namespace std; const int maxn=100; int main() { freopen("gwent_grandorder.in","r",stdin); freopen("gwent_grandorder.out","w",stdout); int n; scanf("%d",&n); if(n==5)printf("9\n"); else printf("SingleDogMZX\n"); fclose(stdin); fclose(stdout); return 0; }