Run ID:135407

提交时间:2025-11-03 17:15:50

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