QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#774584#9787. Shrek's Song of the Swampucup-team922#WA 0ms3808kbC++14796b2024-11-23 13:29:492024-11-23 13:29:50

詳細信息

Test #1:

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

input:

9
1 2 3 1 3 1 2 3 2

output:

5

result:

ok 1 number(s): "5"

Test #2:

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

input:

6
3 4 10 1 -3 5

output:

1

result:

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