int fid(int c){ int i,j; for(i=1;i<=10;i++) { for(j=3;j<=7;j++) c=c+c; } for(i=1;i<=10;i++) for(j=1;j<=7;j++) printf("%d",c);...
阅读全文
2008
06-27