/**A160426.c标准*计算斯隆A160426的条目**由Nathaniel Johnston创作(nathaniel@nathanieljohnston.com)*2011年3月30日*/#包括#包括无符号int prevPts=5,numPts=6,pt[268435455];FILE*文件;无符号int getCoord(无符号int pt,无符号短坐标){无符号短移位=14*(坐标-1);返回(pt&(16383*(1<<移位))>>移位;}无符号字符getOrien(unsigned int pt){返回(pt&(1<<28))>>28;}unsigned int getPt(无符号短x,无符号短y,无符号简短orien){返回x |(y<<14)|(orien<<28);}无符号字符addOrien(无符号短x,无符号短y,无符号长orien){无符号整数j,nn=0;无符号短px,py,po;对于(j=0;j-->