Question

Write a function that multiplies given number by 5?

Login to Submit

Examples

Input: 1
Output: 5

Input: 5
Output: 25

Input: 10
Output: 50