document.write(t(10));function t(x){var s = x;for(var i = 0;i < 5;i++){if(x % 5 != 1)return t(s + 1);x = (x - 1) / 5 * 4; }return s;}
最后还有一个?