QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509386#6418. Ah, It's Yesterday Once Morezzz111WA 0ms3604kbC++20787b2024-08-08 14:05:132024-08-08 14:05:13

Judging History

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

  • [2024-08-08 14:05:13]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3604kb
  • [2024-08-08 14:05:13]
  • 提交

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("10010100100011100010");
    puts("11011011011100011100");
    puts("01101101110110110110");
    puts("00110110001101100011");
    puts("00011011011011000001");
    puts("00001101110110000011");
    puts("00000110001101000110");
    puts("00000011011001101100");
    puts("00000001110000111000");
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10010100100011100010
11011011011100011100
01101101110110110110
...

result:

wrong answer Cycle Detected.