QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509399#6418. Ah, It's Yesterday Once Morezzz111WA 0ms3560kbC++20804b2024-08-08 14:10:282024-08-08 14:10:28

Judging History

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

  • [2024-08-08 14:10:28]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3560kb
  • [2024-08-08 14:10:28]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
int main()
{
    puts("20 20");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("00000000000000000001");
    puts("11111111111111111111");
    puts("10000000000000000000");
    puts("11111111111111111111");
    puts("01100010001000100001");
    puts("10011101110111011101");
    puts("11110111011101110111");
    puts("01001000100010001000");
    puts("11111111111111111111");
   
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
...

result:

wrong answer Cycle Detected.