Willing's Blog
导航
首页
新随笔
联系
聚合
管理
<
2024年11月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
统计
随笔 - 24
文章 - 0
评论 - 2
引用 - 0
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
(26)
ACM(26)
(rss)
随笔档案
(24)
2010年5月 (23)
2010年4月 (1)
搜索
最新评论
1. re: SGU-106 The Equation
评论内容较长,点击标题查看
--lzqxh@126.com
2. re: SGU-106 The Equation
感谢..受教了...
--Strayer
阅读排行榜
1. SGU-106 The Equation(1298)
2. SGU-169 Numbers(635)
3. SGU-207 Robbers(568)
4. SGU-124 Broken line(463)
5. SGU-302 BHTML 1.0(437)
评论排行榜
1. SGU-106 The Equation(2)
2. SGU-107 987654321 problem(0)
3. SGU-181 X-Sequence(0)
4. SGU-118 Digital Root(0)
5. SGU-154 Factorial(0)
SGU-144 Meeting
http://acm.sgu.ru/problem.php?contest=0&problem=144
概率中的几何概型题目,数据也不大,直接上代码
#include
<
stdio.h
>
int
main(
void
) {
double
x, y, z;
scanf (
"
%lf%lf%lf
"
,
&
x,
&
y,
&
z);
double
a
=
(y
-
x)
*
60
;
printf (
"
%.7f\n
"
, (a
*
a
-
(a
-
z)
*
(a
-
z))
/
(a
*
a));
return
0
;
}
posted on 2010-05-04 21:10
Willing
阅读(233)
评论(0)
编辑
收藏
引用
所属分类:
ACM
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
相关文章:
SGU-340 Tex2HTML
SGU-397 Text Editor
SGU-207 Robbers
SGU-406 Goggle
SGU-460 Plural Form of Nouns
SGU-404 Fortune-telling with camomile
SGU-403 Scientific Problem
SGU-302 BHTML 1.0
SGU-274 Spam-filter
SGU-297 Fair-play
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理