QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509400#6418. Ah, It's Yesterday Once Morezzz111WA 0ms3596kbC++20804b2024-08-08 14:11:262024-08-08 14:11:26

Judging History

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

  • [2024-08-08 14:11:26]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3596kb
  • [2024-08-08 14:11:26]
  • 提交

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("00011101110111011101");
    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: 3596kb

input:



output:

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

result:

wrong answer Cycle Detected.