| 记录编号 | 471368 | 评测结果 | WWWWAWAWAWWWWW | ||
|---|---|---|---|---|---|
| 题目名称 | 313.[POI 2001] 和平委员会 | 最终得分 | 21 | ||
| 用户昵称 | 是否通过 | 未通过 | |||
| 代码语言 | C++ | 运行时间 | 0.002 s | ||
| 提交时间 | 2017-11-06 11:54:25 | 内存使用 | 0.31 MiB | ||
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <cstring>
#include <algorithm>
using namespace std;
int main(){
freopen("spo.in","r",stdin);
freopen("spo.out","w",stdout);
puts("NIE");
}