| 记录编号 | 564071 | 评测结果 | AAAAAAAAAAAAAAAAAAAAAAAAA | ||
|---|---|---|---|---|---|
| 题目名称 | 2542.[Keller战纪·外传][HEOI 2017]Blessing All! | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | C++ | 运行时间 | 0.000 s | ||
| 提交时间 | 2021-09-23 17:51:18 | 内存使用 | 0.00 MiB | ||
#include<iostream>
#include<cstdio>
using namespace std;
main()
{
char a;
freopen("keller2333.in","r",stdin);
freopen("keller2333.out","w",stdout);
cout<<"AK";
return 0;
}