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