QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#512727#1172. Junkyeom's ContestZhaoZiLongWA 242ms5804kbC++111.3kb2024-08-10 15:32:512024-08-10 15:32:52

詳細信息

Test #1:

score: 100
Accepted
time: 237ms
memory: 5672kb

input:

7
1 2 3 4 5 6 7

output:

-1

result:

ok 1 number(s): "-1"

Test #2:

score: -100
Wrong Answer
time: 242ms
memory: 5804kb

input:

8
1 2 3 4 5 6 7 8

output:

-1

result:

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