QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#314226#1193. Ambiguous EncodingZhaoZiLongWA 4ms13856kbC++232.2kb2024-01-25 14:45:292024-01-25 14:45:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 12264kb

input:

3
0
01
10

output:

3

result:

ok answer is '3'

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 13856kb

input:

3
00
01
1

output:

-1

result:

wrong answer expected '0', found '-1'