QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#168735#6418. Ah, It's Yesterday Once MoreNOI_AK_MEAC ✓0ms1484kbC++23494b2023-09-08 20:49:292023-09-08 20:49:29

Judging History

This is the latest submission verdict.

  • [2023-09-08 20:49:29]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 1484kb
  • [2023-09-08 20:49:29]
  • Submitted

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)");
}

詳細信息

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.