QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#466555#832. Best TreeWhiteqwqWA 1ms3944kbC++20230b2024-07-07 22:08:372024-07-07 22:08:37

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3944kb

input:

2
10
1 1 2 2 2 2 2 2 2 2
5
4 1 1 1 1

output:

5
1

result:

ok 2 tokens

Test #2:

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

input:

1
2
1 1

output:

0

result:

wrong answer 1st words differ - expected: '1', found: '0'