QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509292#6418. Ah, It's Yesterday Once Morezzz111AC ✓0ms3668kbC++201.2kb2024-08-08 13:24:262024-08-08 13:24:27

Judging History

你现在查看的是最新测评结果

  • [2024-08-08 13:24:27]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3668kb
  • [2024-08-08 13:24:26]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

int main()
{

    cout << "20 20\n11111111111111111111\n10000000000000000000\n11111111111111111111\n00000000000000000001\n11111111111111111111\n10000000000000000000\n11111111111111111111\n00000000000000000001\n11111111111111111111\n10000000000000000000\n11111111111111111111\n00000000000000000001\n11111111111111111111\n10000000000000000000\n11111111111111111111\n00000000000000000001\n11111111111111111111\n10000100010001000100\n10111011101110111011\n11101110111011101110\n";

    /*     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("10000100010001000100");
    puts("10111011101110111011");
    puts("11101110111011101110"); */
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3668kb

input:



output:

20 20
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
11111111111111111111
00000000000000000001
11111111111111111111
10000000000000000000
...

result:

ok 125 successful hack.