var n = readLine()! var a = "0" if n.first != "-"{ n.removeLast() n.removeLast() a = n } print(a)