QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#335840 | #8244. Digit Translation | ZhaoZiLong | WA | 12ms | 9868kb | Python3 | 1.1kb | 2024-02-24 04:43:38 | 2024-02-24 04:43:38 |
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: 12ms
memory: 9708kb
input:
icecreamcone
output:
10 1
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 6ms
memory: 9740kb
input:
onetwo
output:
2 1
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 8ms
memory: 9764kb
input:
twone
output:
3 2
result:
ok 2 lines
Test #4:
score: 0
Accepted
time: 4ms
memory: 9824kb
input:
a
output:
1 1
result:
ok 2 lines
Test #5:
score: 0
Accepted
time: 8ms
memory: 9764kb
input:
zero
output:
1 1
result:
ok 2 lines
Test #6:
score: 0
Accepted
time: 8ms
memory: 9752kb
input:
one
output:
1 1
result:
ok 2 lines
Test #7:
score: 0
Accepted
time: 8ms
memory: 9700kb
input:
two
output:
1 1
result:
ok 2 lines
Test #8:
score: -100
Wrong Answer
time: 5ms
memory: 9868kb
input:
three
output:
3 1
result:
wrong answer 1st lines differ - expected: '1', found: '3'