Next number 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For given an integer n find the number that goes after n, divisible by 10.
Input
One integer n.
Output
Print the number that goes after n, divisible by 10.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 22K
Acceptance rate 35%