Advertisement
thesonpb

tam giác hoa thị

Mar 30th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. void printRow(int m, int n){
  4.     cout<<string(m, ' ');
  5.     cout<<string(n, '*');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement