QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#508951 | #6418. Ah, It's Yesterday Once More | zzz111 | WA | 0ms | 3608kb | C++20 | 1.2kb | 2024-08-07 22:26:12 | 2024-08-07 22:26:12 |
Judging History
answer
#include <bits/stdc++.h>
#define fr(i, a, b) for (int(i) = (a); (i) <= (b); (i)++)
using namespace std;
signed main()
{
ios::sync_with_stdio(false);
cin.tie(0), cout.tie(0);
cout<<"3 4"<<endl;
cout<<"1111"<<endl;
cout<<"1010"<<endl;
cout<<"1100"<<endl;
// cout << "20 20" << endl;
// cout << "10111110111110111110" << endl;
// cout << "11011011011011011011" << endl;
// cout << "01101101101101101101" << endl;
// cout << "10110110110110110110" << endl;
// cout << "11011011011011011011" << endl;
//
// cout << "01101101101101101101" << endl;
// cout << "10110110110110110111" << endl;
// cout << "11011011011011011011" << endl;
// cout << "01101101101101101100" << endl;
// cout << "10110110110110110110" << endl;
//
// cout << "11011011011011011011" << endl;
// cout << "01101101101101101101" << endl;
// cout << "10110110110110110111" << endl;
// cout << "11011011011011011011" << endl;
// cout << "11101101101101101100" << endl;
//
// cout << "10110110110110110110" << endl;
// cout << "11011011011011011011" << endl;
// cout << "01101101101101101101" << endl;
// cout << "10110110110110101111" << endl;
// cout << "11111011011111111001" << endl;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3608kb
input:
output:
3 4 1111 1010 1100
result:
wrong answer 0 successful hack.