QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#351908#6418. Ah, It's Yesterday Once MorePorNPtree#WA 0ms3616kbC++20784b2024-03-12 16:59:472024-03-12 16:59:47

Judging History

你现在查看的是最新测评结果

  • [2024-03-12 16:59:47]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3616kb
  • [2024-03-12 16:59:47]
  • 提交

answer

#include<bits/stdc++.h>
#define LL long long
#define P pair<int,int>
#define fi first
#define se second
#define fr(x) freopen(#x".in","r",stdin);freopen(#x".out","w",stdout);
using namespace std;
const int N=1e5+5;
int main()
{
	// ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
	puts(R"(20 20
	10101110111011101111
	11101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101010
	10111011101110111011)");
	return 0;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3616kb

input:



output:

20 20
	10101110111011101111
	11101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	1010101...

result:

wrong answer must contain only 0 and 1