Magical Number-B

3.4

11 votes
Easy-Medium
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 : 4782969345334045600

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

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

?