QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#309843#8129. Binary Sequenceucup-team2177#WA 232ms117812kbC++233.1kb2024-01-20 21:20:252024-01-20 21:20:25

详细

Test #1:

score: 0
Wrong Answer
time: 232ms
memory: 117812kb

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
0
1
1
0
1
1
0

result:

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