QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#509294 | #6418. Ah, It's Yesterday Once More | zzz111 | WA | 0ms | 3684kb | C++20 | 768b | 2024-08-08 13:25:53 | 2024-08-08 13:25:53 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
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("01000100010001000101");
puts("10111011101110111011");
puts("11101110111011101110");
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3684kb
input:
output:
11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 11111111111111111111 10000000000000000000 11111111111111111111 00000000000000000001 111111...
result:
wrong output format Expected int64, but "11111111111111111111" found