79740081

Date: 2025-08-19 14:51:42
Score: 1
Natty:
Report link
#include<stdio.h>
#include<conio.h>
void main()
{
    clrscr();
    printf("       *      \n");
    printf("      * *     \n");
    printf("     * * *    \n");
    printf("    * * * *   \n");
    getch();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prachi Modi