#include <stdio.h>
int main(void)
{
double pows[] = {1, 2, 3};
unsigned char N = sizeof(pows) / sizeof(*pows);
size_t *i = (sizeof(*pows) * N);
while (i
-- > pows
) printf("%.*f ", 1, pows
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKQp7Cglkb3VibGUgcG93c1tdID0gezEsIDIsIDN9OwogICAgdW5zaWduZWQgY2hhciBOID0gc2l6ZW9mKHBvd3MpIC8gc2l6ZW9mKCpwb3dzKTsKICAgIHNpemVfdCAqaSA9IChzaXplb2YoKnBvd3MpICogTik7CiAgICB3aGlsZSAoaS0tID4gcG93cykgcHJpbnRmKCIlLipmICIsIDEsIHBvd3MpOwogICAgcmV0dXJuIDA7Cn0=