| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 
 
 The Star TriangleQuestion:
Write a C++ program that will read the depth and print the Star Triangle up to input depth. The number of rows (n) will be entered by users and then a Star triangle will be generated in a 2D manner. 
 Input specification:  
A Positive integer.
 Output specification: 
Star Triangle.
 
  
| Sample Input | Sample Output |  | 
3
 |   |  
 Для отправки решений необходимо выполнить вход.
 
 
 |