QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620432 | #6418. Ah, It's Yesterday Once More | xDarkbluex | AC ✓ | 0ms | 3712kb | C++17 | 798b | 2024-10-07 18:06:56 | 2024-10-07 18:06:56 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
printf("20 20\n");
printf("11111111111111111111\n");
printf("10000000000000000000\n");
printf("11111111111111111111\n");
printf("00000000000000000001\n");
printf("11111111111111111111\n");
printf("10000000000000000000\n");
printf("11111111111111111111\n");
printf("00000000000000000001\n");
printf("11111111111111111111\n");
printf("10000000000000000000\n");
printf("11111111111111111111\n");
printf("00000000000000000001\n");
printf("11111111111111111111\n");
printf("10000000000000000000\n");
printf("11111111111111111111\n");
printf("00000000000000000001\n");
printf("11111111111111111111\n");
printf("10000100010001000100\n");
printf("10111011101110111011\n");
printf("11101110111011101110\n");
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3712kb
input:
output:
20 20 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 ...
result:
ok 125 successful hack.