Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

write a program in C++,C,Pascal as follows You are given N points with non-negative integer x and y-coordinates. Your task is to count the number of right-angled triangles that can be formed using these points as vertices such that one side of the triangle is parallel to the x-axis and another side is parallel to the y-axis. For example, using the nine points on the right, we can form three such right-angled triangles.

OpenStudy (anonymous):

Input format The first line of input is an integer N, denoting the number of points. This is followed by N lines of input, each containing two integers, separated by a space, specifying the x and y coordinate of one point. You may assume that each coordinate x and y lies in the range 0 to 10^5 .

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!