QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#282266 | #6418. Ah, It's Yesterday Once More | jrjyy | AC ✓ | 0ms | 3572kb | C++20 | 614b | 2023-12-11 17:08:57 | 2023-12-11 17:08:57 |
Judging History
answer
#include <bits/stdc++.h>
using i64 = long long;
int main() {
std::cin.tie(nullptr)->sync_with_stdio(false);
std::cout << R"(20 20
11110111110111110110
10011001011001011011
11101101101101101101
00110110110110110111
01011011011011011010
11101101101101101101
10110110110110110101
11011011011011011111
01101101101101101001
10110110110110110111
11011011011011011010
10101101101101101100
11110110110110110110
01011011011011011011
01101101101101101101
10110110110110110111
10011011010011011001
11101101111101101110
10110101010110110011
11011110111011011110
)";
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3572kb
input:
output:
20 20 11110111110111110110 10011001011001011011 11101101101101101101 00110110110110110111 01011011011011011010 11101101101101101101 10110110110110110101 11011011011011011111 01101101101101101001 10110110110110110111 11011011011011011010 10101101101101101100 11110110110110110110 01011011011011011011 ...
result:
ok 147 successful hack.