#!/usr/bin/env ruby
# -*- cding: utf-8 -*-

puts"数を入れてね"

#def kakezann(x)
  
 kazu * 10 

#end

kazu = gets.to_i
printf("%d\n", kazu)
