Hours to Seconds

Statement

Take an integer value from the user. Store it in a variable called hours. Now convert it into seconds and print the value.

Example Input 1

10

Example Input 1

36000


Example Input 2

15

Example Input 2

54000




Login is required



TEST CASES