QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#658061#6418. Ah, It's Yesterday Once Morenihaoakeke1AC ✓0ms3636kbC++14857b2024-10-19 16:04:542024-10-19 16:04:54

Judging History

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

  • [2024-10-19 16:04:54]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3636kb
  • [2024-10-19 16:04:54]
  • 提交

answer

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

signed main()
{
    cout<<"20 20"<<"\n";
    cout<<"10011100011100011111\n";
    cout<<"10110100110100110001\n";
    cout<<"11101101101101100011\n";
    cout<<"00011011011011011110\n";
    cout<<"00110110110110110000\n";
    cout<<"01101101101101101111\n";
    cout<<"11011011011011011001\n";
    cout<<"10110110110110110111\n";
    cout<<"11101101101101101100\n";
    cout<<"00011011011011011010\n";
    cout<<"00110110110110110111\n";
    cout<<"01101101101101101101\n";
    cout<<"11011011011011011011\n";
    cout<<"10110110110110110110\n";
    cout<<"11101101101101101100\n";
    cout<<"00011011011011011010\n";
    cout<<"00110110110110110111\n";
    cout<<"11101101101101101101\n";
    cout<<"10011011011011011011\n";
    cout<<"11110001110001110110\n";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

20 20
10011100011100011111
10110100110100110001
11101101101101100011
00011011011011011110
00110110110110110000
01101101101101101111
11011011011011011001
10110110110110110111
11101101101101101100
00011011011011011010
00110110110110110111
01101101101101101101
11011011011011011011
10110110110110110110
...

result:

ok 135 successful hack.