Run ID:8265
提交时间:2025-06-21 22:02:52
#include<iostream> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n+n/k; return 0; }