QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94621 | #5674. Sum of Remainders | MaMengQi | WA | 2ms | 3396kb | C++23 | 564b | 2023-04-06 22:53:49 | 2023-04-06 22:53: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: 2ms
memory: 3396kb
input:
16 4 6 10 12 6 8 12 14 18 10 3 5 9 11 5 7
output:
4 0 0 0 0
result:
wrong answer 1st lines differ - expected: '4 2 5 5 11', found: '4 0 0 0 0 '