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