QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#509366 | #6418. Ah, It's Yesterday Once More | zzz111 | WA | 0ms | 3668kb | C++20 | 787b | 2024-08-08 13:55:18 | 2024-08-08 13:55:19 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
puts("20 20");
puts("11111110001111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10000000000000000000");
puts("11111111111111111111");
puts("00000000000000000001");
puts("11111111111111111111");
puts("10010100100011100010");
puts("11011011011100011100");
puts("01101101110110110110");
puts("00110110001101100011");
puts("11011011011011000001");
puts("00101101110110000011");
puts("11110110001101000110");
puts("10001011011001101100");
puts("11111101110000111000");
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3668kb
input:
output:
20 20 11111110001111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10010100100011100010 11011011011100011100 01101101110110110110 ...
result:
wrong answer Cycle Detected.