Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 13.апр.2013 в 13:03:31
| 0 | Сообщение скрыто
|
imesecan | 13.апр.2013 в 13:18:37 | |
1 | I think you have precision problem, Use double not float.
|
imesecan | 13.апр.2013 в 13:57:11
| 2 | Сообщение скрыто
|
imesecan | 13.апр.2013 в 14:03:35 | |
3 | No, The number is very large, the precision is ">0.9".
|
imesecan | 13.апр.2013 в 14:06:03 | |
4 | As I said before "Use double not float"
|
imesecan | 13.апр.2013 в 14:34:37
| 5 | Сообщение скрыто
|
imesecan | 13.апр.2013 в 14:36:32
| 6 | Сообщение скрыто
|
imesecan | 13.апр.2013 в 14:42:55 | |
7 | Here is the first test. ---------- input.txt ---------- 20 13 168 179 32 40 77 98 66 98 116 57 181 17 50 116 90 49 17 172 194
----------Expected pattern.txt ---------- 3441.350
|
imesecan | 13.апр.2013 в 15:33:54
| 8 | Сообщение скрыто
|
imesecan | 13.апр.2013 в 15:48:00 | |
9 | Please pay attention to the limits. The question says there are at most 5000 elements and each of them between 1 and 3000. 1 <= xi <= 3000 and 1 <= n <= 5000.
But Some of you reserve int n, x[3000]={0};
???
|
|