Computer Science, asked by Ddk13, 1 year ago

Problem Description On a busy road, multiple cars are passing by. A simulation is run to see what happens if brakes fail for all cars on the road. The only way for them to be safe is if they don't collide and pass by each other. The goal is to identify whether any of the given cars would collide or pass by each other safely around a Roundabout. Think of this as a reference point O ( Origin with coordinates (0,0) ), but instead of going around it, cars pass through it. Considering that each car is moving in a straight line towards the origin with individual uniform speed. Cars will continue to travel in that same straight line even after crossing origin. Calculate the number of collisions that will happen in such a scenario. Note : - Calculate collisions only at origin. Ignore the other collisions. Assume that each car continues on its respective path even after the collision without change of direction or speed for an infinite distance. Constraints 1<=C<=10^5 -10^9 <= x,y <= 10^9 0 < v < 10^9. Input Format The first line contains an integer C, denoting the number of cars being considered that are passing by around the origin. Next C lines contain 3 space delimited values, first two of them being for position coordinates (x,y) in 2D space and the third one for speed (v). Output A single integer Q denoting the number of collisions at origin possible for given set of cars. Test Case Explanation Example 1 Input 5 5 12 1 16 63 5 -10 24 2 7 24 2 -24 7 2 Output 4 Explanation Let the 5 cars be A, B, C, D, and E respectively. 4 Collisions are as follows - 1) A & B. 2) A & C. 3) B & C. 4) D & E.

Answers

Answered by bhumikapaliwal
0
I am not sure if you have any questions or need any further information please contact me at the end of the best way is to be in a good idea of what I can do to you and your team and the world to you soon with more details please check the best regards David I am a good time with the bottom is my question was whether the world is my answer the question is my resume and the other hand I am a good time to meet with u u the world and that thev the best way to you soon and I will be a good day nshsvs it's answer should be taken by the process which wiil be l Talen by a question quick parts of the world ji please find the attached file
Similar questions