cnt =0 x,y,z = gets.chomp.split(" ").map(&:to_i) cnt+=1 if x<=z cnt+=1 if y<=z puts z-cnt