北大ACM试题1005

我用C语言写的代码如下:请问为甚么总是presentationerror?谢了。。。#include<stdio.h>#include<math.h>#defineSIZ... 我用C语言写的代码如下:请问为甚么总是presentation error?谢了。。。
#include <stdio.h>
#include <math.h>
#define SIZE 1000

struct coordinate
{
double x;
double y;
}point[SIZE];

int main()
{
int i;
int n;
struct coordinate point[SIZE];
double s ;
int year;
double p = 3.1415926;

scanf("%d", &n);
for ( i = 0; i <= n - 1; i++ )
{
scanf("%lf %lf", &point[i].x, &point[i].y);
}

for ( i = 0; i <= n - 1; i++ )
{
s = p * ( point[i].x * point[i].x + point[i].y * point[i].y );

year = s / 100;

printf("Property %d:This property will begin eroding in year %d.\n", i + 1, year + 1 );

}
printf("END OF OUTPUT.");

return 0;
}
展开
 我来答
女儿飞
2010-01-29 · TA获得超过483个赞
知道小有建树答主
回答量:440
采纳率:0%
帮助的人:353万
展开全部
很明显好不好
“:”后面跟着空一格的
wjfisjimmy
2010-01-29
知道答主
回答量:23
采纳率:0%
帮助的人:0
展开全部
input int data:
1
input 2 float data:
0.2 0.3
Property 1:This property will begin eroding in year 1.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2010-01-29
展开全部
presentation error

说明算法正确,计算结果也对,但是输出格式不符合要求,请写出题目地址。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
軒轅子堯
2010-01-31
知道答主
回答量:18
采纳率:0%
帮助的人:0
展开全部
少回车和空格。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式