Beecrowd 1015-Distance Between Two Points solution in C,Python

Beecrowd 1015-Distance Between Two Points solution

Solution in C

#include<stdio.h>

int main(){

double x1,x2,y1,y2,d;

scanf("%lf%lf%lf%lf",&x1,&y1,&x2,&y2);

d=sqrt(pow(x2-x1,2)+pow(y2-y1,2));
printf("%.4lf\n",d);
return 0;

}

Solution in Python

import math

x1, y1, x2, y2 = map(float, input().split())

d = math.sqrt((x2 - x1) ** 2 + (y2 - y1) ** 2)
print(f"{d:.4f}")

Next problem: Beecrowd 1016 -Distance solution

1 thought on “Beecrowd 1015-Distance Between Two Points solution in C,Python”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
NEW TOXIC ROCKET CYCLE DECK in Clash Royale 2023 Best Deck in Clash Royale Best Deck for Arena 8 in Clash Royale Best Hog deck for Pro players Best Clash Royale Deck