#include #include int main () { unsigned int W, l ,h, n; while (scanf("%u",&n)==1) { assert(1 < n && n < 4294967295U); W = 1; l = n/9; if (l*9