# https://open.kattis.com/problems/metronome
# 1s
# 1.2 Easy

# 13 chars: Top 10 is 10..13 but I'm not on the list (on the Ruby list it's on place 10)
p gets.to_f/4
