read a b a=$a*1000 b=$b*3600 if ((a == b)); then echo same elif ((a > b)); then echo KoD else echo blackyuki fi