QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#775107#9787. Shrek's Song of the Swampucup-team3636#WA 1ms3816kbC++23600b2024-11-23 14:45:082024-11-23 14:45:09

詳細信息

Test #1:

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

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: 1ms
memory: 3816kb

input:

6
3 4 10 1 -3 5

output:

-1

result:

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