QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#282267#6418. Ah, It's Yesterday Once MoreDoqeAC ✓0ms3696kbC++14574b2023-12-11 17:10:162023-12-11 17:10:16

Judging History

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

  • [2023-12-11 17:10:16]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3696kb
  • [2023-12-11 17:10:16]
  • 提交

answer

#include<bits/stdc++.h>
int main()
{
    std::cout<<"\
20 20\n\
10011111011111011111\n\
11100101100101100101\n\
10110110110110110110\n\
11011011011011011011\n\
01101101101101101101\n\
10110110110110110111\n\
10011011011011011001\n\
11101101101101101101\n\
10110110110110110110\n\
11011011011011011011\n\
01101101101101101101\n\
10110110110110110111\n\
10011011011011011001\n\
11101101101101101101\n\
10110110110110110110\n\
11011011011011011011\n\
01101101101101101101\n\
10110110110110110111\n\
11010011010011010001\n\
01111101111101111101\n\
";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
10011111011111011111
11100101100101100101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
...

result:

ok 159 successful hack.