Submit solution
Points:
0 (partial)
Time limit:
2.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
C, C++
It's simple. Just print the triangle.
Note: You may only submit to this problem in C/C++.
Input Specification
There is no input.
Output Specification
Output the by triangle below (with a trailing newline):
*
**
***
****
*****
******
*******
********
*********
**********
***********
************
*************
**************
***************
Scoring
Your score will be computed based on the length of your source code, the shorter the better. For an -byte program,
- if , you will receive the full points.
- if , you will receive points.
- if , you will receive points.
Comments