会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
泡泡乐园
CnBlogs
Home
New Post
Contact
Admin
Subscription
2007年4月25日
上下三角矩阵的输出
#define M 4#define N 4#include#include#includevoid main(){ int i,j,t; int a[M][N]={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}; clrscr(); for(i=0;i<M;i++) { for(j=0;j<N;j++) printf("%5d",a...
Read More
posted @ 2007-04-25 17:34 齐心
Views(865)
Comments(0)
Diggs(0)
Edit
公告