QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#820169#9786. Magical Bagsucup-team3925RE 24ms197032kbC++1711.2kb2024-12-18 19:59:182024-12-18 19:59:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 24ms
memory: 197032kb

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: