| 记录编号 | 204478 | 评测结果 | WWWWWWWWWW | ||
|---|---|---|---|---|---|
| 题目名称 | 2092.[SYOI 2015] Asm.Def的微小贡献 | 最终得分 | 0 | ||
| 用户昵称 | 是否通过 | 未通过 | |||
| 代码语言 | C++ | 运行时间 | 0.001 s | ||
| 提交时间 | 2015-11-04 12:53:01 | 内存使用 | 0.31 MiB | ||
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
freopen("asm_contribute.out","w",stdout);
cout<<endl;
return 0;
}