QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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 '