| 比赛 | 20100324 | 评测结果 | WWWWAWWW |
|---|---|---|---|
| 题目名称 | 奇特的图案 | 最终得分 | 12 |
| 用户昵称 | .Xmz | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2010-03-24 21:54:22 | ||
#include <iostream>
#include <fstream>
#include <cstdio>
#include <cstring>
using namespace std;
int f[60001],c,s,r;
int main()
{
freopen("t3.in","r",stdin);
freopen("t3.out","w",stdout);
cout<<0<<endl;
return 0;
}