import Text.Printf;p::Double->IO();p x=printf"x = %.1f, y = %.6f\n"(0.1*x)(1.105170833**x);main=mapM p[0..30]