| ||||||||||
| 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 | |||||||||
1005 为什么老是wrong answer 哪位好心人帮忙看下 在下不胜感激#include<stdio.h>
#include<stdlib.h>
int main()
{
int N,n,i=1;
float x,y,r,S;
scanf("%d",&N);
while(i<=N)
{
scanf("%f %f",&x,&y);
if(x<=0)
x=(-x);
if(x>=y)
r=x;
else
r=y;
S=3.1415926*r*r/2;
for(n=1;(50*n)<S;n++)
{
}
printf("Property %d: This property will begin eroding in year %d.\n",i,n);
i++;
}
printf("END OF OUTPUT.\n");
system("pause");
return 0;
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator