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

This is the latest submission verdict.

  • [2024-03-12 16:59:47]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3616kb
  • [2024-03-12 16:59:47]
  • Submitted

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