QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#798857#9786. Magical BagsZhangYiDeWA 1ms3816kbC++171.2kb2024-12-04 17:51:352024-12-04 17:51:36

详细

Test #1:

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

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
Wrong Answer
time: 0ms
memory: 3816kb

input:

4
1 1
1 2
1 3
1 4

output:

6

result:

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