HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Forums > Discussion of problems > topic:


Problem "50583 - Max of 3 numbers"

There is a contest!

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

imesecanOct.01.2015 at 10:51:42 AM
0-- Test 1 ---
3 17 10000

--- Pattern ---
10000

imesecanDec.03.2015 at 01:19:27 PM
1You can use simply decision statements and solve this problem.
max is a standard function which calculates the max of two numbers.
int res = max(a,b);

imesecanJan.10.2017 at 10:18:53 AM
2Think about what happens when two of them are the same. e.g. if a and b are 5 and c is 3.


www.contester.ru