QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#762246#9123. Kth SumMaMengQiWA 0ms3600kbC++172.0kb2024-11-19 14:16:582024-11-19 14:17:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 4
1 2
3 4
5 6

output:

10

result:

ok "10"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3560kb

input:

10 40
11 9 13 12 15 11 11 2 11 17
3 1 10 2 12 18 9 11 11 15
14 9 4 14 16 9 20 2 1 18

output:

14

result:

ok "14"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3560kb

input:

1 1
1000000000
1000000000
1000000000

output:

0

result:

wrong answer 1st words differ - expected: '3000000000', found: '0'