QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#820177#9786. Magical Bagsucup-team3925RE 27ms196960kbC++1711.1kb2024-12-18 20:01:042024-12-18 20:01:08

詳細信息

Test #1:

score: 100
Accepted
time: 27ms
memory: 196960kb

input:

4
3 4 7 10
2 1 9
4 11 2 8 14
3 6 12 13

output:

7

result:

ok 1 number(s): "7"

Test #2:

score: -100
Runtime Error

input:

4
1 1
1 2
1 3
1 4

output:


result: