QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620418 | #6418. Ah, It's Yesterday Once More | xDarkbluex | WA | 0ms | 3704kb | C++17 | 1.7kb | 2024-10-07 18:02:58 | 2024-10-07 18:03:02 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
puts("19 19");
printf("0001010101010101000\n");
printf("0011111111111111100\n");
printf("0101010101010101010\n");
printf("1110111011101110111\n");
printf("0101010101010101010\n");
printf("1111101111111011111\n");
printf("0101010101010101010\n");
printf("1110111011101110111\n");
printf("0101010101010101010\n");
printf("1111111111111111111\n");
printf("0101010101010101010\n");
printf("1110111011101110111\n");
printf("0101010101010101010\n");
printf("1111101111111011111\n");
printf("0101010101010101010\n");
printf("1110111011101110111\n");
printf("0101010101010101010\n");
printf("0011111111111111100\n");
printf("0001010101010101000\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3704kb
input:
output:
19 19 0001010101010101000 0011111111111111100 0101010101010101010 1110111011101110111 0101010101010101010 1111101111111011111 0101010101010101010 1110111011101110111 0101010101010101010 1111111111111111111 0101010101010101010 1110111011101110111 0101010101010101010 1111101111111011111 01010101010101...
result:
wrong answer 0 successful hack.