题解 | #搬圆桌#

搬圆桌

http://www.nowcoder.com/practice/81bb01ef2bb144808a8277e9164a0886

import java.util.*;
public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        while(sc.hasNextInt()) {
            int r = sc.nextInt();
            int x = sc.nextInt();
            int y = sc.nextInt();
            int x1 = sc.nextInt();
            int y1 = sc.nextInt();
            double dis = Math.sqrt(Math.pow(x1 - x, 2) + Math.pow(y1 - y, 2));
            double cnt = dis / r / 2;
            System.out.println((int)Math.ceil(cnt));
        }
    }
}
全部评论

相关推荐

02-11 12:20
门头沟学院 Java
面试中的青提很胆小:我不信有比我们学校更逆天的,计算机专业就业第一位是我们学校二餐厅的打印店
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务