QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#168735#6418. Ah, It's Yesterday Once MoreNOI_AK_MEAC ✓0ms1484kbC++23494b2023-09-08 20:49:292023-09-08 20:49:29

Judging History

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

  • [2023-09-08 20:49:29]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:1484kb
  • [2023-09-08 20:49:29]
  • 提交

answer

#include <stdio.h>
main() {
    puts(R"(20 20
11101110111110111110
10011011001011001011
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110100110100111
11100011111011111001)");
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 1484kb

input:



output:

20 20
11101110111110111110
10011011001011001011
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
...

result:

ok 145 successful hack.