a = int(input())if a % 10 == 0: print("YES")else: print("NO")
40
YES
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!