Run ID:135258

提交时间:2025-11-03 16:41:20

#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a/b; cout<<a+c; }