QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#351918 | #6418. Ah, It's Yesterday Once More | PorNPtree# | WA | 1ms | 3608kb | C++20 | 549b | 2024-03-12 17:04:50 | 2024-03-12 17:04:51 |
Judging History
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.