#include using namespace std; int main(){ int a,b; cin>>b>>a; if(a%b==0){ cout<