题解 | #小飞机#
小飞机
http://www.nowcoder.com/practice/5cd9598f28f74521805d2069ce4a108a
#include<stdio.h>
int main()
{
printf(" ");
printf("**\n");
printf(" ");
printf("**\n");
printf("************\n");
printf("************\n");
printf(" * *\n");
printf(" * *\n");
return 0;
}
printf不拼错就ok啦回复才能的 文章被收录于专栏
休息休息Thanks♪(・ω・)ノ
查看7道真题和解析