d = gets.to_i ans = d * 108 str = ans.to_s for i in 0..str.length do if i == str.length - 2 then print(".") end print(str[i]) end print("\n")