QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#249902#6638. TreelectionZhaoZiLongWA 3ms31468kbC++172.1kb2023-11-12 17:41:512023-11-12 17:41:51

詳細信息

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 31468kb

input:

2
4
1 2 3
5
1 1 2 2

output:

1111
11000

result:

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