| 比赛 | 皇后 | 评测结果 | RRRRRRRRRR |
|---|---|---|---|
| 题目名称 | 等价表达式 | 最终得分 | 0 |
| 用户昵称 | Hyoi_0Koto | 运行时间 | 0.003 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2017-03-19 20:38:34 | ||
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
freopen("seqa.in","r",stdin);
freopen("seqa.out","w",stdout);
cout<<"ABDEF";
return 0;
}