ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112970 | #971. 两数之和 | Baiyang0728 | 100 | 855ms | 1400kb | C++ | 309b | 2020-07-21 20:52:51 | 2020-07-21 20:52:53 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 1ms
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: 1200kb
input:
4 9 2 7 11 15
output:
0 1
result:
ok single line: '0 1'
Test #3:
score: 20
Accepted
time: 0ms
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: 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: 818ms
memory: 1400kb
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'