Run ID:130290
提交时间:2025-09-10 19:32:44
#include<iostream> using namespace std; int main(){ int i,a,b; cin>>a>>b; ; for(i=b;i<=a;i+=b){cout<<i<<' ';}}