Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:哪位高手帮忙看看In Reply To:哪位高手帮忙看看 Posted by:91515151 at 2004-12-14 21:34:20 > #include<stdio.h> > int n;int num[n][5]; > int main() > { > scanf("%d",&n); > > int i,j; > for(i=0,j=0;i<n,j<4;i++,j++) > { > scanf("%d",&num[i][j]); > > } > > for(i=0;i<n;i++) > { > if(num[i][3]/num[i][2]==num[i][2]/num[i][1]) > num[i][4]=num[i][3]*num[i][2]/num[i][1]; > else > num[i][4]=num[i][3]+num[i][2]-num[i][1]; > } > > for(i=0,j=0;i<n,j<5;i++,j++) > printf("\n%d %d %d %d %d",num[i][j]); > return 0; > } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator