#include<iostream> using namespace std; int main(){ int n, k; int max = 0; cin>>n>>k; max = k*(n/k); cout<<max; return 0; }
使用您的 蒙青创OJ 通用账户