提交时间:2025-10-15 19:15:30

运行 ID: 356066

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