QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#249248#6638. TreelectionZhaoZiLongWA 2ms33740kbC++202.1kb2023-11-12 02:23:402023-11-12 02:23:40

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 33740kb

input:

2
4
1 2 3
5
1 1 2 2

output:

1110
10000

result:

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