QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#790848#9786. Magical Bagsucup-team3774#WA 4ms20760kbC++231.3kb2024-11-28 15:42:222024-11-28 15:42:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 20760kb

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: 13648kb

input:

4
1 1
1 2
1 3
1 4

output:

7

result:

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