#include int main() { int a, b; scanf("%d %d", &a, &b); printf("%s\n", a%b ? "NO": "YES"); return 0; }