HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Forums > Discussion of problems > topic:


Problem "50353 - Cube of the Largest number"

There is a contest!

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

imesecanJuly.13.2015 at 11:55:29 AM
0-- Test 1 ---
3
6 8 1


--- Pattern ---
5

imesecanFeb.09.2017 at 03:28:11 PM
1If you have
long long cubeofnum(int n)
{
return n*n*n ;
}

What is the result of the following?
integer * integer * integer;

The result is integer.
But pay attention that the calculated result is out of the limits of integer.

mgjini21Feb.04.2022 at 10:09:12 PM
2Сообщение скрыто


www.contester.ru