import std.stdio;import std.math;int i=9;void main(){for(;i+3;)printf("%c%c%11.3Lf ","BAAGGFFEDDCC"[i--+2]," #"[i%5&1],440/pow(2,i/12.));}