HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Functions > problem:


50353 - Cube of the Largest number

Guest
• Review clarifications (3)

Volume problems

• 50982 - A thief in labyrinth
• 50980 - The smallest rectangle
• 50932 - Shifting rows and columns
• 50933 - Sum of the Biggest Neighbors
• 50834 - The train which leaves the f...
• 51003 - Double Prime
• 50435 - City Electric Bills
• 50527 - Sum of LCMs
• 50353 - Cube of the Largest nu...
• 50539 - Number of Chairs - 2
• 50469 - Letter Grades
• 51012 - Palindrome-k
• 50559 - Prime Factors of a Number
• 002. 50428 - Three Times
• 003. 50432 - Numbers and Squares
• 004. 50433 - Sum of Cubes
• 005. 50595 - Sum of the numbers

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

Cube of the Largest number

Your professor wants you to find cube of the largest number which smaller than the given number (n). e.g. if he gives 135, cube of the largest number that is smaller than 135 is 53 (125).

But, later, your professor said that he is transmitting the numbers over a secure program. You understand that you can't get the number 135 but you are given the digits one by one and in reverse order 5 3 1.

Question:
Write a program that that gets n-digits in reverse order, then, calculates cube of the largest number which is less than or equal to the given number.

Input specification
You will be given a number (n) first where n is between 1 and 15. Then, you will be given n digits separated by spaces.
Note: The number can have 15 digits, (you cannot use int), but you can use long long.

Output specification
Show one number which is cube of the largest number with the given criteria.

 Sample Input I   
  3
  5 3 1
 Sample Input II   
  6
  5 3 1 5 3 1
 Sample Output I   
  5
 Sample Output II   
  51


Для отправки решений необходимо выполнить вход.

www.contester.ru