1 Star 1 Fork 0

lingyun67 / PTA水题140题

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
7-5 输出倒三角图案.c 111 Bytes
Copy Edit Raw Blame History
lingyun67 authored 2021-11-12 12:24 . add 7-5 输出倒三角图案.c.
#include <stdio.h>
main(void)
{
printf("* * * *\n");
printf(" * * *\n * *\n *\n");
return 0;
}
C
1
https://gitee.com/lingyun67/pta-water-question-140.git
git@gitee.com:lingyun67/pta-water-question-140.git
lingyun67
pta-water-question-140
PTA水题140题
master

Search