QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#451291#8129. Binary Sequenceucup-team3685WA 248ms33752kbPython3638b2024-06-23 04:02:582024-06-23 04:02:58

詳細信息

Test #1:

score: 100
Accepted
time: 238ms
memory: 33736kb

input:

10
4 0
4 1
4 2
4 3
4 4
4 5
4 6
6 3
6 7
118999881999119725 3

output:

1
1
0
1
1
1
0
1
1
0

result:

ok 10 numbers

Test #2:

score: -100
Wrong Answer
time: 248ms
memory: 33752kb

input:

10
28 69772
10 7908
4 3198
4 85913
14 52729
3 20445
9 88912
17 23743
25 37356
2 97697

output:

0
0
0
0
0
0
0
0
1
0

result:

wrong answer 9th numbers differ - expected: '0', found: '1'