#include<bits/stdc++.h> using namespace std; int main() { int a,b,d; cin>>a>>b; d=a; while(d%b!=0) d=d+a; cout<<d<<endl; return 0; }
使用您的 aoj 通用账户