QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#620432#6418. Ah, It's Yesterday Once MorexDarkbluexAC ✓0ms3712kbC++17798b2024-10-07 18:06:562024-10-07 18:06:56

Judging History

This is the latest submission verdict.

  • [2024-10-07 18:06:56]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3712kb
  • [2024-10-07 18:06:56]
  • Submitted

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.