import std.stdio;void main(){foreach(n;1..33)writeln(16>n?9*n/(n+5):4-~-~n/6,4>n?"":"abc"[(2+n<<9/n)%6/2]~(1&9%n&n?"+":""));}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page