void main(){for(real x=0,y=1;x<3;x+=.1,y*=6.631025/6)printf("x = %.1Lf, y = %Lf ",x,y);}