会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Shirlies
宁静专注认真的程序媛~
博客园
首页
新随笔
新文章
联系
订阅
管理
2012年1月19日
hdu acm1071
摘要: 数学题,求积分……#include "stdio.h"#include "math.h"int main(){int cn;scanf("%d",&cn);while(cn--){double x0,y0;double x1,y1,x2,y2;double a,b,c;scanf("%lf%lf",&x0,&y0);scanf("%lf%lf%lf%lf",&x1,&y1,&x2,&y2);a=(y1-y0)/((x1-x0)*(x1-x0
阅读全文
posted @ 2012-01-19 22:07 Shirlies
阅读(204)
评论(0)
推荐(0)
编辑