QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620440 | #6418. Ah, It's Yesterday Once More | xDarkbluex | WA | 0ms | 3696kb | C++17 | 1.9kb | 2024-10-07 18:09:25 | 2024-10-07 18:09:27 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
puts("20 20");
printf("11111111111111111111\n");
printf("10000000000000000001\n");
printf("10111111111111111101\n");
printf("10100000000000000101\n");
printf("10101111111111110101\n");
printf("10101000000000010101\n");
printf("10101011111111010101\n");
printf("10101010000001010101\n");
printf("10101010111101010101\n");
printf("10101010100101010101\n");
printf("10101010110101010101\n");
printf("10101010000101010101\n");
printf("10101011111101010101\n");
printf("10101000000001010101\n");
printf("10101111111111010101\n");
printf("10100000000000010101\n");
printf("10111111111111110101\n");
printf("10000000000000000101\n");
printf("11111111111111111101\n");
printf("10101010101010101011\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3696kb
input:
output:
20 20 11111111111111111111 10000000000000000001 10111111111111111101 10100000000000000101 10101111111111110101 10101000000000010101 10101011111111010101 10101010000001010101 10101010111101010101 10101010100101010101 10101010110101010101 10101010000101010101 10101011111101010101 10101000000001010101 ...
result:
wrong answer 56 successful hack.