Run ID:150269
提交时间:2026-03-24 20:41:56
#include<iostream> using namespace std; int main() { int n,k; cin>>n>>k; cout<<n+n/k; }