QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#282284#6418. Ah, It's Yesterday Once MoreDoqeAC ✓0ms3684kbC++14576b2023-12-11 17:51:022023-12-11 17:51:02

Judging History

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

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

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: 3684kb

input:



output:

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

result:

ok 159 successful hack.