QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#179181 | #5674. Sum of Remainders | HuangHanSheng | WA | 0ms | 3612kb | C++20 | 1.2kb | 2023-09-14 19:17:41 | 2023-09-14 19:17:42 |
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: 0ms
memory: 3612kb
input:
16 4 6 10 12 6 8 12 14 18 10 3 5 9 11 5 7
output:
4 2 5 5 11
result:
wrong answer 1st lines differ - expected: '4 2 5 5 11', found: '4'