UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#90982#971. 两数之和linmujin100890ms1396kbC++451b2020-02-15 12:12:582020-02-15 12:12:59

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

6 30
1 3 5 9 15 25

output:

2 5

result:

ok single line: '2 5'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

4 9
2 7 11 15

output:

0 1

result:

ok single line: '0 1'

Test #3:

score: 20
Accepted
time: 1ms
memory: 1188kb

input:

100 2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 3...

output:

ERROR

result:

ok single line: 'ERROR'

Test #4:

score: 20
Accepted
time: 36ms
memory: 1240kb

input:

10000 19999
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3...

output:

9998 9999

result:

ok single line: '9998 9999'

Test #5:

score: 20
Accepted
time: 853ms
memory: 1396kb

input:

50000 159950
5 20 30 67 128 136 140 144 149 169 177 183 185 188 190 193 196 202 206 211 222 228 231 ...

output:

49988 49997

result:

ok single line: '49988 49997'