#include using namespace std; typedef long long ll; const ll mod=1e9+7; int A,B; int main(){ cin.tie(0); ios::sync_with_stdio(false); cin>>A>>B; for(int i=1; i<=100; i++){ int C=B*i; if(A%C==0){ cout<<"YES"<