QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509340#6418. Ah, It's Yesterday Once Morezzz111WA 0ms3680kbC++20787b2024-08-08 13:47:382024-08-08 13:47:39

Judging History

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

  • [2024-08-08 13:47:39]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3680kb
  • [2024-08-08 13:47:38]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

int main()
{

    puts("20 20");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000100010001000100");
    puts("10111011101110111001");
    puts("11101110111011101111");
    puts("00000000000000000001");
    puts("10011101110111011101");
    puts("11110111011101110111");
    puts("10000100010001000100");
    puts("10111011101110111011");
    puts("11101110111011101110");
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000100010001000100
10111011101110111001
11101110111011101111
...

result:

wrong answer 67 successful hack.