题解 | #搬圆桌#

搬圆桌

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));
        }
    }
}
全部评论

相关推荐

人生一梦:24年我投暑期实习,它以我不是女的为理由拒绝了我查看图片
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务