QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#351910 | #6418. Ah, It's Yesterday Once More | PorNPtree# | WA | 0ms | 3704kb | C++20 | 784b | 2024-03-12 17:00:51 | 2024-03-12 17:00:51 |
Judging History
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