QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94329 | #5674. Sum of Remainders | MaMengQi | WA | 2ms | 3316kb | C++23 | 97b | 2023-04-05 17:29:33 | 2023-04-05 17:29:34 |
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: 100
Accepted
time: 2ms
memory: 3316kb
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:
ok single line: '4 2 5 5 11'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3316kb
input:
20 3 6 6 9 12 6 2 5 5 8 11 5 8 4 4 7 10 4 7 10
output:
4 2 5 5 11
result:
wrong answer 1st lines differ - expected: '3 3 6 7', found: '4 2 5 5 11'