ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Форумы > Обсуждение задач > тема:


Задача "Variance of a series"

Идёт турнир!

В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.

imesecan13.апр.2013 в 13:03:31
0Сообщение скрыто

imesecan13.апр.2013 в 13:18:37
1
(0: qwerty)
I think you have precision problem,
Use double not float.

imesecan13.апр.2013 в 13:57:11
2Сообщение скрыто

imesecan13.апр.2013 в 14:03:35
3
(2: TOD11)
No, The number is very large, the precision is ">0.9".

imesecan13.апр.2013 в 14:06:03
4
(2: TOD11)
As I said before
"Use double not float"

imesecan13.апр.2013 в 14:34:37
5Сообщение скрыто

imesecan13.апр.2013 в 14:36:32
6Сообщение скрыто

imesecan13.апр.2013 в 14:42:55
7Here 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

imesecan13.апр.2013 в 15:33:54
8Сообщение скрыто

imesecan13.апр.2013 в 15:48:00
9Please 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};

???


www.contester.ru