| ||||||||||
| 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 | |||||||||
一次AC......#include<stdio.h>
#include<stdlib.h>
int main()
{
int n,i=1;
float x,y;
scanf("%d",&n);
while(i<=n)
{
scanf("%f %f",&x,&y);
printf("Property %d: This property will begin eroding in year %d.\n",i,(int)(0.0314*(x*x+y*y)+1));
i++;
}
printf("END OF OUTPUT.");
return 0;
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator