n = int(input())sum_value = 50 * (n // 12) + 5 * (n % 12)print(sum_value)
45
195
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!