import java.util.*; import java.lang.Math.*; public class ppp { public static void main(String[] args) { Scanner sc=new Scanner(System.in); double eps=10E-12; int t=sc.nextInt(); double ansh[]=new double[t]; for(int p=0;p=y){ double min=0; double max=50*Math.PI/180; double ans=0; for(int j=0;j<100;j++){ double mid=(min+max)/2; double nx=1*Math.cos(mid)-0*Math.sin(mid); double ny=1*Math.sin(mid)+0*Math.cos(mid); if(nx-eps<=x && nx+eps>=x && ny-eps<=y && ny+eps>=y){ ans=mid; ansh[p]=ans*180/Math.PI; break; } if(nx-eps>x || ny+eps