UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#90987#971. 两数之和zengxin2017100872ms1392kbC++317b2020-02-15 12:19:032020-02-15 12:19:04

answer


详细

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

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: 0ms
memory: 1172kb

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: 39ms
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: 833ms
memory: 1392kb

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'