eolymp
bolt
Try our new interface for solving problems
Problems

Quadrilateral

Quadrilateral

The arbitrary quadrilateral is given on a plane with coordinates of its successive vertices. Find the number of right angles in quadrilateral.

Input

Consists of coordinates of successive vertices in quadrelateral with integer values not greater than 100 by absolute value.

Output

Print the number of right angles in quadrilateral.

Time limit 1 second
Memory limit 128 MiB
Input example #1
-1 0 -1 4 2 4 4 1
Output example #1
1