a = gets.to_i if a == 0 puts "0" else b = a - 1 puts b end