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

ofstream fout("tria.out");

int main()
{
	fout<<"1";
	return 0;
}