Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 20.окт.2012 в 11:31:12
| 0 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 11:49:26 | |
1 | No, the sample's correct. It's to be like that.
|
imesecan | 20.окт.2012 в 12:15:24
| 2 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 12:31:19 | |
3 | The question mentions that "The sequence will contain at least one negative number". Thus numbering starts when the number goes to negative.
|
imesecan | 20.окт.2012 в 12:34:07
| 4 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 12:43:00 | |
5 | Реплика удалена
|
imesecan | 20.окт.2012 в 12:46:53
| 6 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 12:54:52
| 7 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 13:13:03
| 8 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 13:20:22 | |
9 | Реплика удалена
|
imesecan | 20.окт.2012 в 14:04:47
| 10 | Сообщение скрыто
|
imesecan | 20.окт.2012 в 15:48:30 | |
11 | The question mentions that "The sequence will contain at least one negative number" and thus position counter starts when number goes into negative. for the input: 3, -5, -3, 0, 1, -1, 9, -3, -7, 10, -17; The current_min_sum is -10 and at position 9, then it goes to 0 at 10 and -17 at position 11. Thus start pos is 11.
|
|