paper sizes by sa

#include<cstdio>
double d=1189;int i;int main(){for(;i<11;)printf("A%-2d%5.fmm x%5.fmm\n",i++,d/=1.4145,d+0);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page