QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#205104#7560. Computer Networkucup-team019#TL 1ms7672kbC++172.3kb2023-10-07 14:52:372023-10-07 14:52:37

详细

Test #1:

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

input:

5
1 2 3 4 5
6 6 6 6 7

output:

9

result:

ok 1 number(s): "9"

Test #2:

score: -100
Time Limit Exceeded

input:

3
2 3 4
1 2 3

output:


result: