| 比赛 | 20120914 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 轮回游戏 | 最终得分 | 0 |
| 用户昵称 | Truth.Cirno | 运行时间 | 0.002 s |
| 代码语言 | C++ | 内存使用 | 0.29 MiB |
| 提交时间 | 2012-09-14 22:01:39 | ||
#include <cstdio>
using namespace std;
int main(void)
{
freopen("rotationa.in","r",stdin);
freopen("rotationa.out","w",stdout);
printf("AC\n");
printf("2\n");
printf("DDHH\n");
printf("2\n");
return(0);
}