| 比赛 | 20111021 | 评测结果 | AWWWWWWWWA |
|---|---|---|---|
| 题目名称 | 地图着色 | 最终得分 | 20 |
| 用户昵称 | 苏轼 | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2011-10-21 21:49:27 | ||
#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<cstring>
using namespace std;
int main()
{
freopen ("map.in","r",stdin);
freopen ("map.out","w",stdout);
cout<<"15";
return 0;
}