QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#512832#1172. Junkyeom's ContestZhangYiDeWA 1ms7912kbC++111.6kb2024-08-10 16:00:052024-08-10 16:00:09

詳細信息

Test #1:

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

input:

7
1 2 3 4 5 6 7

output:

-1

result:

ok 1 number(s): "-1"

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 7912kb

input:

8
1 2 3 4 5 6 7 8

output:

27

result:

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