比赛 20160707 评测结果 AWWWWWWWWW
题目名称 苳岑学姐の超电磁炮 最终得分 10
用户昵称 (=@__@=) 运行时间 0.002 s
代码语言 C++ 内存使用 0.31 MiB
提交时间 2016-07-07 16:29:52
显示代码纯文本
#include<iostream> 
#include<cstdio>
#include<cstring> 
#include<algorithm>
using namespace std;
int main() 
{
	freopen("dcball.in","r",stdin);
	freopen("dcball.out","w",stdout);
    cout<<"fire in the hole";
	return 0; 
}