2014年6月9日

摘要: 6、用双循环打印n行如下图形。 * *** ***** ******* 6 7 8 #include<stdio.h> 9 int main() 10 { 11 int i=0,j=0,n=0; 12 13 printf("plz input n\n"); 14 scanf("%d",&n); 15 阅读全文
posted @ 2014-06-09 18:53 wutaoxm 阅读(318) 评论(0) 推荐(0) 编辑

导航