#include using namespace std; #define int long long signed main(){ int A,B; cin>>A>>B; if(abs(B)%abs(A) == 0) cout<