WRONG ANSWER | MAXIMUM CIRCLES


My solution, I have tried 3 different ways but I am getting the same answer, 3 for the sample input. Atlast I tried to do it the way given in editorial and yet failed. Can someone please point out where am I going wrong?

Hey @manisini.chakraborty

  cin >> c >> r; //order is centre,radius instead of radius,centre

If this resolves your query then please mark it as resolved :slight_smile: