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
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 :)))
This comment is hidden due to too much negative feedback. Show it anyway.
bài bắt endl =))