QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#873080#1193. Ambiguous EncodingasdfghjklWA 0ms3968kbC++141.5kb2025-01-26 08:56:232025-01-26 08:56:25

詳細信息

Test #1:

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

input:

3
0
01
10

output:

3

result:

ok answer is '3'

Test #2:

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

input:

3
00
01
1

output:

-1

result:

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