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

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


Задача "Input Data Normalization"

Идёт турнир!

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

imesecan17.мар.2012 в 16:42:58
0Сообщение скрыто

imesecan17.мар.2012 в 17:13:34
1Сообщение скрыто

imesecan17.мар.2012 в 19:03:39
2Please don't submit the code here.
I can see the code.

imesecan17.мар.2012 в 19:05:00
3Сообщение скрыто

imesecan17.мар.2012 в 19:06:21
4Сообщение скрыто

imesecan17.мар.2012 в 19:19:39
5In the input files, it's guarantied that min and max are different.

imesecan17.мар.2012 в 19:29:18
6
(1: devidduma)
There is no global min and max.
min and max are found for every row.

imesecan17.мар.2012 в 19:32:45
7
(4: CLig)
You don't need (shouldn't use)
int wait; cin>>wait;

at the end of the solutions

imesecan17.мар.2012 в 19:36:26
8I think setprecision doesn't work for this case.
When the result is 4.1768, it has be rounded to 4.177.

imesecan17.мар.2012 в 20:13:02
9Сообщение скрыто

imesecan17.мар.2012 в 20:19:27
10As you said you can use but, it explains there
double f =3.14159;
cout << setprecision (4) << f << endl;
cout << setprecision (9) << f << endl;

I think it also counts dot as a digit. So, In order to have three digit precision you need to use

setprecision (4)

imesecan17.мар.2012 в 20:28:09
11Сообщение скрыто

imesecan17.мар.2012 в 21:08:37
12Реплика удалена


www.contester.ru