Settings
|
Sign in
|
Sign up
Bar
Post
Home
>
Bar 藍橋杯
>
View post
Reply the post
|
View author only
There are currently
2
posts.
【试题】图形显示
Floor 1
巨大八爪鱼
3/4/16 10:00
#include <stdio.h>
int main()
{
int n, i, j;
scanf("%d", &n);
for (i = n; i > 0; i--)
{
for (j = 0; j < i; j++)
printf("* ");
putchar('\n');
}
return 0;
}
Floor 2
巨大八爪鱼
4/16/16 20:51
提交时间 04-16 20:52 评测结果 正确
得分 100
Content converter:
No conversion
Mainland
Taiwan
Hong Kong
Singapore
Reply the post
Content:
User:
You are currently anonymous.
Captcha:
Unclear? Try another one.