#include <stdio.h> void _main() { short x=159; sprintf("%d.%03d",x>>8,(x&255)*125>>(8-3)); ngetchx(); }