提交时间:2025-11-30 20:20:24

运行 ID: 365003

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