QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#351910#6418. Ah, It's Yesterday Once MorePorNPtree#WA 0ms3704kbC++20784b2024-03-12 17:00:512024-03-12 17:00:51

Judging History

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

  • [2024-03-12 17:00:51]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3704kb
  • [2024-03-12 17:00:51]
  • 提交

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
	11101110111011101111
	10101010101010101010
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10111011101110111010)");
	return 0;
}

詳細信息

Test #1:

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

input:



output:

20 20
	11101110111011101111
	10101010101010101010
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	10101010101010101010
	10101010101010101011
	1010101...

result:

wrong answer must contain only 0 and 1