比赛 Asm_Def战记之透明计算网络 评测结果 C
题目名称 Asm_Def的模拟赛 最终得分 0
用户昵称 Tabing010102 运行时间 0.000 s
代码语言 C 内存使用 0.00 MiB
提交时间 2015-11-01 10:10:47
显示代码纯文本
#include<fstream>
using namespace std;

ofstream fout("trib.out");

int main()
{
	fout<<"4"<<endl<<"2";
	return 0;
}