Độ dài vector

View as PDF

Submit solution

Points: 0.10 (partial)
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch

Cho ~4~ số nguyên ~x_1, y_1, x_2, y_2~ lần lượt là toạ độ đầu và cuối của một vector. Hãy tìm độ dài của vector này.

Input

Một dòng duy nhất chứa ~4~ số nguyên ~x_1, y_1, x_2, y_2~ (~|x_1|, |y_1|, |x_2|, |y_2| \le 10^9~).

Output

In ra một số nguyên duy nhất là độ dài của vector này.

Đáp án được coi là đúng khi có sai số không quá ~10^{-6}~.

Sample Input 1

1 1 2 2

Sample Output 1

1.414214

Comments

Please read the guidelines before commenting.



  • -1
    DinhVantung0611  commented on Dec. 10, 2023, 4:02 p.m.

    Rõ ràng nói là in ra 1 số nguyên, xong output lại là 1 số thực và phải đủ 6 chứ số sau dấu "." mới AC đc bài :)))


  • -20
    hanhsky  commented on Aug. 22, 2023, 8:03 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.


  • 0
    trongtenlinhcbhk64  commented on Aug. 12, 2023, 6:30 p.m.

    bài bắt endl =))