QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#509303 | #6418. Ah, It's Yesterday Once More | zzz111 | WA | 0ms | 3644kb | C++20 | 787b | 2024-08-08 13:27:59 | 2024-08-08 13:27:59 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
puts("20 20");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00100010001000100001");
puts("11011101110111011101");
puts("01110111011101110111");
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3644kb
input:
output:
20 20 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 ...
result:
wrong answer 109 successful hack.