QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#351918#6418. Ah, It's Yesterday Once MorePorNPtree#WA 1ms3608kbC++20549b2024-03-12 17:04:502024-03-12 17:04:51

Judging History

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

  • [2024-03-12 17:04:51]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3608kb
  • [2024-03-12 17:04:50]
  • 提交

answer

#include <bits/stdc++.h>

using namespace std;

signed main()
{
    puts(R"(20 20
11101110111011101111
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10111011101110111011)");
    return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3608kb

input:



output:

20 20
11101110111011101111
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
10101010101010101010
10101010101010101011
...

result:

wrong answer 106 successful hack.