Advertisement
a53

afisare_M1

a53
Dec 30th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int a,b;
  7. cin>>a>>b;
  8. for(int i=a;i>=1;--i)
  9. cout<<i*b<<' ';
  10. return 0 ;
  11. }
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement