QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#134067 | #6187. Digit Sum Problem | chenchi | WA | 2434ms | 105628kb | C++20 | 5.1kb | 2023-08-02 22:34:39 | 2023-08-02 22:34:40 |
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: 15ms
memory: 3460kb
input:
123456 12345 234567 3456789
output:
664963464
result:
ok 1 number(s): "664963464"
Test #2:
score: -100
Wrong Answer
time: 2434ms
memory: 105628kb
input:
9876543210987 12816 837595 128478
output:
566053963
result:
wrong answer 1st numbers differ - expected: '7972694', found: '566053963'