Идёт турнир! | В настоящий момент идёт турнир. Некоторая информация и функции сервера недоступны до его окончания.
|
|
imesecan | 20.сен.2015 в 11:56:18 | |
0 | -- Test 1 --- 5 773 25 1 8 11 20
--- Pattern --- 2860.1
|
imesecan | 29.ноя.2015 в 12:54:04 | |
1 | When showing doubles, If you use cout<<res<<endl;
For small numbers this is OK. However, for big numbers you need to show with floating point precision: cout.precision(2); cout<<fixed<<sum<<endl;
|
|