QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#335840#8244. Digit TranslationZhaoZiLongWA 12ms9868kbPython31.1kb2024-02-24 04:43:382024-02-24 04:43:38

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'