提交时间:2026-05-06 20:42:06

运行 ID: 320717

#include <bits/stdc++.h> using namespace std; int main(){ int n,d; cin>>n>>d; cout<<n-n%d; return 0; }