比赛 皇后 评测结果 WWWWWWWWWWWWWWWA
题目名称 位图 最终得分 6
用户昵称 Marshmello 运行时间 0.012 s
代码语言 C++ 内存使用 0.29 MiB
提交时间 2017-03-19 20:44:01
显示代码纯文本
#include<cstdio>
using namespace std;
int main()
{
	freopen("bit.in","r",stdin);
	freopen("bit.out","w",stdout);
	printf("3 2 1 0 \n2 1 0 0\n1 0 0 1");
}