提交时间:2025-10-06 15:58:32

运行 ID: 354779

#include<iostream> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n/k*k<<endl; return 0; }