QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#335841#8244. Digit TranslationZhaoZiLongWA 10ms9516kbPython31.5kb2024-02-24 05:08:432024-02-24 05:08:43

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'