poj1005题,提交出现Compile Error,求指教

#include<stdio.h>#include<math.h>#definePI3.1415intmain(){intn,i,z;doublex,y;scanf("%... #include<stdio.h>
#include<math.h>
# define PI 3.1415
int main()
{
int n, i, z;
double x, y;
scanf("%d", &n);
for(i = 1; i <= n; i++)
{
z = 0;
scanf("%lf%lf", &x, &y);
z = int(PI * (x * x + y * y) / 100) + 1;
printf("Property %d: This property will begin eroding in year %d.\n", i, z);
}
printf("END OF OUTPUT.\n");
return 0;
}
展开
 我来答
appeal42
2011-12-12 · TA获得超过180个赞
知道答主
回答量:79
采纳率:0%
帮助的人:41.5万
展开全部
N/A Time: N/A Language: C++ Result: Compile本来是一道简单题,你想太多了。看看我的代码你
追问
你的代码?在哪?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式