Skip to content
C

Seconds in N Days

Easyjava

Declare final int SECONDS_PER_DAY = 86400; and use it to convert a number of days to seconds.

Input: one whole number — the number of days.

Output: one line — the total number of seconds.

Input (stdin)

Output

Run your code to see output here...