QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#282284 | #6418. Ah, It's Yesterday Once More | Doqe | AC ✓ | 0ms | 3684kb | C++14 | 576b | 2023-12-11 17:51:02 | 2023-12-11 17:51:02 |
Judging History
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.