| 记录编号 | 404536 | 评测结果 | A | ||
|---|---|---|---|---|---|
| 题目名称 | 361.飞弹 | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | C++ | 运行时间 | 0.000 s | ||
| 提交时间 | 2017-05-13 18:14:50 | 内存使用 | 0.31 MiB | ||
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
freopen("rak.in","r",stdin);
freopen("rak.out","w",stdout);
cout<<2<<endl;
cout<<1<<endl;
cout<<4<<endl;
cout<<3<<endl;
return 0;
}