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

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


Задача "50353 - Cube of the Largest number"

Идёт турнир!

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

imesecan13.июля.2015 в 11:55:29
0-- Test 1 ---
3
6 8 1


--- Pattern ---
5

imesecan09.фев.2017 в 15:28:11
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.

mgjini2104.фев.2022 в 22:09:12
2Сообщение скрыто


www.contester.ru