QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#333186#8244. Digit Translationlmq26052003WA 1ms5660kbC++201.2kb2024-02-19 17:44:502024-02-19 17:44:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3496kb

input:

icecreamcone

output:

10
1

result:

ok 2 lines

Test #2:

score: 0
Accepted
time: 1ms
memory: 5660kb

input:

onetwo

output:

2
1

result:

ok 2 lines

Test #3:

score: 0
Accepted
time: 0ms
memory: 3840kb

input:

twone

output:

3
2

result:

ok 2 lines

Test #4:

score: 0
Accepted
time: 0ms
memory: 3848kb

input:

a

output:

1
1

result:

ok 2 lines

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3620kb

input:

zero

output:

4
1

result:

wrong answer 1st lines differ - expected: '1', found: '4'