比赛 20160415 评测结果 WWWWWWWWWW
题目名称 能量网络 最终得分 0
用户昵称 sro_lzh_mzx_dydx 运行时间 0.002 s
代码语言 C++ 内存使用 0.31 MiB
提交时间 2016-04-15 11:26:59
显示代码纯文本
#include<cstdio>
#include<iostream>
using namespace std;
int main(){
	freopen("energynet.in","r",stdin);
	freopen("energynet.out","w",stdout);
	cout<<2<<endl;
	return 0;
}