QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#282263#6418. Ah, It's Yesterday Once MorejrjyyAC ✓0ms3648kbC++20614b2023-12-11 17:02:202023-12-11 17:02:21

Judging History

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

  • [2023-12-11 17:02:21]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3648kb
  • [2023-12-11 17:02:20]
  • 提交

answer

#include <bits/stdc++.h>

using i64 = long long;

int main() {
    std::cin.tie(nullptr)->sync_with_stdio(false);

    std::cout << R"(20 20
11110111111101110110
10011010010011011011
11101101111101101101
00110110010110110111
01011011011011011010
11101101101101101101
10110110110110110101
11011011011011011111
01101101101101101001
10110110110110110111
11011011011011011010
10101101101101101100
11110110110110110110
01011011011011011011
01101101101101101101
10110110110110110111
10011011010011011001
11101101111101101110
10110101010110110011
11011110111011011110
)";

    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
11110111111101110110
10011010010011011011
11101101111101101101
00110110010110110111
01011011011011011010
11101101101101101101
10110110110110110101
11011011011011011111
01101101101101101001
10110110110110110111
11011011011011011010
10101101101101101100
11110110110110110110
01011011011011011011
...

result:

ok 139 successful hack.