QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#282277#6418. Ah, It's Yesterday Once MoreDoqeWA 0ms3624kbC++14574b2023-12-11 17:40:542023-12-11 17:40:54

Judging History

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

  • [2023-12-11 17:40:54]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3624kb
  • [2023-12-11 17:40:54]
  • 提交

answer

#include<bits/stdc++.h>
int main()
{
    std::cout<<"\
20 20\n\
11111111111111111111\n\
00000000000000000001\n\
11111111111111111101\n\
10000000000000000101\n\
10111111111111110101\n\
10100000000000010101\n\
10101111111111010101\n\
10101000000001010101\n\
10101011111101010101\n\
10101010000101010101\n\
10101010100101010101\n\
10101010111101010101\n\
10101010000001010101\n\
10101011111111010101\n\
10101000000000010101\n\
10101111111111110101\n\
10100000000000000101\n\
10111111111111111101\n\
10000000000000000001\n\
11111111111111111111\n\
";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
11111111111111111111
00000000000000000001
11111111111111111101
10000000000000000101
10111111111111110101
10100000000000010101
10101111111111010101
10101000000001010101
10101011111101010101
10101010000101010101
10101010100101010101
10101010111101010101
10101010000001010101
10101011111111010101
...

result:

wrong answer 86 successful hack.