@honey buzz as blackmamba told draw the figures and apply geometry u should get it.
I will post the code if anyone wants to rectify(those who have solved will understand)
#include<bits/stdc++.h>
using namespace std;
void frac(long frac1,long frac2){
long a = frac1;
long b = frac2;
//Calculate GCD
long c = a % b;
logic for challange problem anyone?
i got 43.5 points.
here is my logic.
I used spiral propagation and paired the points which came in the way!!
Can anyone share logic who got more points.