E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ClockHands
UVA 579 -
ClockHands
(水)
题目链接 只要把钟表想清楚就没问题了,分针一分钟转6度,而时针一分钟转0.5度,1小时转30度,减减算算就OK了。 1 #include <stdio.h> 2 #include <string.h> 3 int main() 4 { 5 char end[10] = "0:00"; 6 char p[10];
·
2015-11-11 10:30
Lock
uva 579 -
ClockHands
/* 水过~~~~~~ */ #include<stdio.h>#include<math.h>int main(){ double angle; int H,M; while(scanf("%d:%d",&H,&M)!=EOF) { if(H==0&
·
2015-11-11 06:40
Lock
UVa 579 Clock Hands
ClockHands
The medieval inter
·
2015-11-01 14:55
Lock
uva 579
ClockHands
几何初接触 求时针与分针的夹角
貌似是第一次接触几何题。。。 求时针与分针的夹角,这不是小学生的奥数题么。我小时候也想过这问题的。 每过一小时时针走1/12*360=30度,每过一分钟时针走1/60*30=0.5度,分针走1/60*360=6度,然后就很容易算了。 代码: #include <cstdio> #include <cmath> int main() {
·
2015-10-21 10:37
Lock
【索引】Maths - Simple Geometry
BeginningAlgorithmContests(RujiaLiu) ::Volume1.ElementaryProblemSolving ::Maths-SimpleGeometry 10250-TheOtherTwoTrees579-
ClockHands
375
HelloWorld10086
·
2014-08-16 21:00
索引
【索引】Maths - Simple Geometry
BeginningAlgorithmContests(RujiaLiu) ::Volume1.ElementaryProblemSolving ::Maths-SimpleGeometry 10250-TheOtherTwoTrees579-
ClockHands
375
kl28978113
·
2014-08-10 23:00
Uva 579
ClockHands
ClockHands
Themedievalinterestinmechanicalcontrivancesiswellillustratedbythedevelopmentofthemechanicalclock
HelloWorld10086
·
2014-07-20 15:00
uva
ClockHands
UVa 579 -
ClockHands
题目链接:UVa579-
ClockHands
简单几何题。注意变量不能命名为clock,貌似与UVa某些头文件冲突,与我自己的codeblocks没冲突。
fobdddf
·
2014-03-03 22:00
579 -
ClockHands
题目:579-
ClockHands
题目大意:求指针分针所成的夹角(取最小)。解题思路:将时针走的距离减去分针走的距离,最后取绝对值,再看是否去最小的那个。当走一圈后距离是0,所以时针要%12.
u012997373
·
2014-01-22 17:00
【索引】Maths - Simple Geometry
BeginningAlgorithmContests(RujiaLiu) Volume1.ElementaryProblemSolving::Maths-SimpleGeometry10250-TheOtherTwoTrees579-
ClockHands
375
u011328934
·
2013-08-17 23:00
579 -
ClockHands
ClockHands
Themedievalinterestinmechanicalcontrivancesiswellillustratedbythedevelopmentofthemechanicalclock
SIOFive
·
2013-07-26 19:00
UVA579
ClockHands
思路:角度问题,时针和分针的角度,不能大于180度#include #include intmain(){ inth,m; charc; doublen; while(scanf("%d%c%d",&h,&c,&m)!=EOF){ n=0; if(h==0&&m==0) break; n=fabs(h*30.0-6.0*m+0.5*m); if(n>180) n=360-n; printf("
u011345461
·
2013-07-21 09:00
uva 579
ClockHands
(找规律)
ClockHands
Themedievalinterestinmechanicalcontrivancesiswellillustratedbythedevelopmentofthemechanicalclock
u011328934
·
2013-07-20 13:00
D.579 -
ClockHands
本题依靠钟表时、分针的规律求解.时针:12h*60=720-->360 ///720分钟转一圈,每分钟0.5度 1 -->0.5分针:60-->360 ///60分钟转一圈,每分钟6度 1--> 6/******最重要的一点***分针所走的时间,时针会走相应的度数***********/差值:h*60*0.5+m*0.5-m*6;=>30*h-5.5*m;最后把答案控制在[0.000,180
PandaCub
·
2013-06-26 00:00
uva
uva 579 -
ClockHands
ClockHands
Themedievalinterestinmechanicalcontrivancesiswellillustratedbythedevelopmentofthemechanicalclock
Frankiller
·
2012-07-07 11:00
struct
input
each
output
pair
Standards
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他