using System; using static System.Console; using static System.Math; using System.Collections; using System.Collections.Generic; class main{ static bool approx(double a,double b, double acc=1e-6, double eps=1e-6){ if( Abs(a-b)