HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Forums > Discussion of problems > topic:


Problem "50548 - Albanian Airlines"

There is a contest!

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

imesecanSep.20.2015 at 11:56:18 AM
0-- Test 1 ---
5 773
25
1
8
11
20

--- Pattern ---
2860.1

imesecanNov.29.2015 at 12:54:04 PM
1When 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;


www.contester.ru