UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#112927#971. 两数之和Tom100862ms1396kbC++11451b2020-07-21 13:01:162020-07-21 13:01:17

answer


详细

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

Test #1:

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

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

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: 32ms
memory: 1236kb

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: 829ms
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'