Previous number 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program should read an integer n from the console and determine the largest integer less than n that is a multiple of 5.
Input
An integer n.
Output
The result of the calculation.
Examples
Input #1
Answer #1
Submissions 12K
Acceptance rate 39%