QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#254091#7560. Computer Networkucup-team254#TL 0ms3604kbC++201.8kb2023-11-18 00:20:412023-11-18 00:20:42

詳細信息

Test #1:

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

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: