#include #include using namespace std; using ll=long long; using vll=vector; using pll=pair; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); ll L,K; cin>>L>>K; //答えをx*Kとして(必ずKの倍数)、これは2xK