Magical Number-A

3.6

14 votes
Easy
Problem

Programmer Deepak has created a program which calculates magical number as 2^n * 3^n * 5^n where "n" is an integer.

Now he wants to find the magical number which is just greater than the input. Help him in finding it.

NOTE : a^b denotes a raised to power b.

Input : 456

NOTE : You do not need to create a program for this problem you have to write your answers of small input and large input in given code snippet

  • To see how to submit solution please check this link
Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?