QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#658061 | #6418. Ah, It's Yesterday Once More | nihaoakeke1 | AC ✓ | 0ms | 3636kb | C++14 | 857b | 2024-10-19 16:04:54 | 2024-10-19 16:04:54 |
Judging History
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.