| 比赛 | 20161116 | 评测结果 | C | 
|---|---|---|---|
| 题目名称 | 新型武器 | 最终得分 | 0 | 
| 用户昵称 | Hoohan(%Dalao) | 运行时间 | 0.000 s | 
| 代码语言 | C++ | 内存使用 | 0.00 MiB | 
| 提交时间 | 2016-11-16 11:59:47 | ||
//newweapon.cpp //By Hoohan
#include<iostream>
#include<cstdio>
using namespace std;
int main(){freopen("newweapon.in","r",stdin);freopen("newweapon.out","w",stdout);cout<<2<<endl<<3<<endl<<0<<endl<<5<<endl<<7<<endl<<6<<endl;return 0; }