level 1
#include
#include
int main(int argc, char *argv[]){int a[4][4],i,j,k=0,*p=a; for(i=0;i<4;i++) for(j=0;j<4;j++) if(j
2004年11月09日 06点11分
1
level 1
答案是1234可我编的是1 2 3 40 5 6 70 0 8 90 0 0 10
2004年11月09日 08点11分
8
level 1
我还想多了解点函数和宏定义上的问题!有没有在上海的C语言高手啊??
2004年11月09日 08点11分
10