#include<stdio.h> int main() { int M=0; scanf("%d",&M); if(M%5) { printf("NO"); } else { printf("YES"); } }