QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#270465 | #7845. Fast Forward | ucup-team1727# | WA | 3ms | 13764kb | C++14 | 940b | 2023-11-30 21:43:50 | 2023-11-30 21:43:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 13764kb
input:
7 7 1 1 1 1 1 1 1
output:
0 1 1 1 1 1 1
result:
wrong answer 1st lines differ - expected: '0 0 0 0 0 0 0', found: '0 1 1 1 1 1 1 '