| ||||||||||
| 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 | |||||||||
麻烦帮我看一下,谢谢!#include<stdio.h>
void main(){
int n,i,j;
scanf("%d\n",&n);
while(n>=0&&n<=20){
for(j=0;j<n;j++){
int a[5];
for(i=0;i<4;i++){
scanf("%d ",&a[i]);
for(i=0;i<2;i++){
if(a[i+1]*2==a[i]+a[i+2]) a[5]=2*a[4]-a[3];
if(a[i+2]/a[i+1]==a[i+1]/a[i]) a[5]=a[4]*a[4]/a[3];
}
}
for(i=0;i<=4;i++){
printf("%d ",a[i]);
printf("\n");
}
}
}
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator