- 博客(3)
- 收藏
- 关注
原创 Isosceles Right Triangle
/* triangle output with star*/ #include int main() { int n,x,y,z,tmp,tmp1;//x horizotal axis;y vertical axis printf("Enter No. of lines:"); scanf("%d",&n); tmp=1; tmp1=1; printf(
2017-09-04 23:16:33
451
原创 输出一个矩形(长方形)
/*rectangle output with star*/ #include int main() { int length,width,x,y;//x horizotal axis;y vertical axis printf("Enter the length:"); scanf("%d",&length); printf("Enter the width:")
2017-09-04 01:59:31
5249
原创 明解习题4-15 带横纵标题
/*9*9multiplication table*/ #include int main() { int x,y; //x :vertical axis;y:horizontal axis for(y=0;y else printf("%4d",y);}//the first line printf("\n");
2017-09-04 00:25:25
278
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人