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