提交时间:2025-07-07 15:37:15

运行 ID: 328826

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