QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#335842 | #8244. Digit Translation | MaMengQi | WA | 9ms | 9400kb | Python3 | 1.5kb | 2024-02-24 05:10:09 | 2024-02-24 05:10:10 |
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: 9ms
memory: 9376kb
input:
icecreamcone
output:
10 1
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 9324kb
input:
onetwo
output:
2 1
result:
ok 2 lines
Test #3:
score: -100
Wrong Answer
time: 7ms
memory: 9400kb
input:
twone
output:
3 1
result:
wrong answer 2nd lines differ - expected: '2', found: '1'