题解 | #搬圆桌#

搬圆桌

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

相关推荐

迷茫的大四🐶:这就是他们口中的ai时代的一人公司
点赞 评论 收藏
分享
迷茫的大四🐶:看来已经准备换人了
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务