QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#282280#6418. Ah, It's Yesterday Once MoreDoqeWA 0ms3628kbC++14574b2023-12-11 17:47:372023-12-11 17:47:39

Judging History

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

  • [2023-12-11 17:47:39]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3628kb
  • [2023-12-11 17:47:37]
  • 提交

answer

#include<bits/stdc++.h>
int main()
{
    std::cout<<"\
20 20\n\
10011111011111101111\n\
11100101100100110101\n\
10110110110111010110\n\
11011011011101011011\n\
01101101110101101101\n\
10110110010110110111\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\
";
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3628kb

input:



output:

20 20
10011111011111101111
11100101100100110101
10110110110111010110
11011011011101011011
01101101110101101101
10110110010110110111
10011011011011011001
11101101101101101101
10110110110110110110
11011011011011011011
01101101101101101101
10110110110110110111
10011011011011011001
11101101101101101101
...

result:

wrong answer Cycle Detected.