QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#309843 | #8129. Binary Sequence | ucup-team2177# | WA | 232ms | 117812kb | C++23 | 3.1kb | 2024-01-20 21:20:25 | 2024-01-20 21:20:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'