提交时间:2025-08-26 14:27:16

运行 ID: 341821

#include<iostream> using namespace std; int main(){ int x,y,k; cin>>x>>y>>k; cout<<y/k+x; return 0; }