Як я можу отримати відмову?


32

На честь того, скільки реп у мене було кілька годин тому, коли я вперше подумав про цей виклик:

enter image description here

Такі номери, які складаються з однозначної повторюваної цифри, називаються репдигітами . Репдигіти - це весело! Кожне тіло було б більш щасливим , якщо сума повторенні вони мали , було репдігіти ¹ , але я нетерплячий, так що вам потрібно , щоб допомогти мені з'ясувати , найшвидший спосіб дістатися до репдігітов.

Ось ваше завдання:

З огляду на додатні цілі числа, що представляють репутацію, виведіть мінімальну кількість повторень, які вони повинні отримати для отримання репдигіту. Наприклад, на момент написання цього виклику користувач Мартін Ендер мав 102 856 повторень. Найближча повторна цифра - 111,111, тож йому потрібно буде набрати: 8255 повторень, щоб бути при повторному значенні.

Оскільки люди не люблять втрачати представників, ми розглянемо лише негативні зміни. Це означає, що, наприклад, якщо хтось має 12 повторень, а не втрачає 1 повтор, рішення - отримати 10 повторів. Це дозволяє "0" бути дійсним результатом, оскільки кожен, у кого є 111 повторень, вже знаходиться у повторному значенні.

Введення та вихід можуть бути у будь-якому розумному форматі , і оскільки неможливо мати менше 1 повторення на будь-якому сайті Stack Exchange, ви можете припустити, що жодне введення не буде менше 1.

Один кут для зауваження:

Якщо у користувача менше 10 повторень, вони вже переспроможні, і тому вони також потребують "0".

IO тесту:

#Input      #Ouput
8           0
100         11
113         109
87654321    1234567
42          2
20000       2222
11132       11090

Застосовуються стандартні лазівки, і найкоротше рішення в байтах виграє!


1
@Dennis Я не бачу, чому ні.
DJMcMayhem

1
@Dennis Чому я б сказав "ні"? Я завжди намагаюся уникати обмежувального вводу-виводу у своїх завданнях, і багато мов (як-от моя власна) не розрізняють рядковий і цілий введення, тому я не бачу жодної причини, щоб я його обмежував.
DJMcMayhem


6
@ColdGolf Я дуже сумніваюся, що Вікіпедія скоро помре, але я додав ще трохи інформації.
DJMcMayhem

1
@brianh Ні, найменший приріст відбору, який перетворює шанси на рівних, дорівнює 5 (питання питання). Однак заради цього виклику ми ігноруємо той факт, що для отримання репрезентації є лише певні суми. Так 110слід дати 1, навіть якщо немає способу отримати одну особу.
DJMcMayhem

Відповіді:


9

Желе , 6 байт

DE$1#_

Вихід - це однотонний масив.

Спробуйте в Інтернеті! або перевірити більшість тестових випадків . Тестовий випадок 87654321 занадто повільний для TIO.

Як це працює

DE$1#_  Main link. Argument: n

   1#   Call the link to the left with argument k = n, n + 1, n + 2, etc. until one
        match is found, then return the matching k.
  $       Combine the two links to the left into a monadic chain.
D           Convert k to base 10.
 E          Test if all decimal digits are equal.
     _  Subtract n from the result.

1
Нічого ... всі ASCII. Це перше. Чи є інші рішення Jelly, які є всіма ASCII? Просто цікаво.
clismique

Цього і того було легко знайти. Можуть бути й інші.
Денніс


14

Брахілог , 9 байт

:.#++#==,

Спробуйте в Інтернеті!

Це досить ефективно, оскільки він використовує арифметику обмежень.

Пояснення

:.            The list [Input, Output].
  #+          Both elements must be positive or zero.
    +         The sum of those two elements…
     #=       …must result in an integer where all digits are the same.
       =,     Assign a value that matches those constraints.

12
Мені подобається, як Брахілог читає, як відповідь. Мовляв, ви просто визначаєте: This is the answer you're looking for. Figure it out for me:)
DJMcMayhem

1
@DJMcMayhem Це класний фактор декларативних мов! (хоча це не завжди так магічно: p)
Фаталізувати

Дивовижне рішення! Я думаю, що Brachylog завжди міг виконати неявну маркування решти змінних CLP (FD) в кінці програми. Щоб отримати це, оберніть все виконання у call_reside_vars/2, отримайте змінні CLP (FD) та позначте їх. Наприклад: call_residue_vars(Program, Vs0), include(fd_var, Vs0, Vs), label(Vs). Як ти гадаєш?
мат

1
@mat Дякую! Я додаю неявне маркування в кінці програм до списку вдосконалень, оскільки я не можу придумати жодної ситуації, коли хотілося б вивести змінну в кінці виконання.
Фаталізувати


10

Python 2, 41 40 байт

def f(n):r=10**len(`n`)/9;print-n/r*-r-n

Не найкоротший підхід, але дуже ефективний. Перевірте це на Ideone .

Як це працює

Для вхідних 10**len(`n`)обходів n до найближчої потужності 10 . Згодом ділимо результат на 9 . Це повертає повторний знак 1 ... 1, який має стільки цифр, скільки n . Результат ми зберігаємо в r . Наприклад, якщо n = 87654321 , то r = 11111111 .

Бажаний репдигіт буде кратним або r . Щоб вирішити який, виконуємо стельовий поділ n на r . Оскільки операторські підрозділи Python 2 /, це може бути досягнуто за допомогою -n/r, що дасть правильне абсолютне значення з негативним знаком. Наприклад, якщо n = 87654321 , це повернеться -8 .

Нарешті, множимо обчислений коефіцієнт на -r, щоб повторити коефіцієнт один раз для кожної цифри в n . Наприклад, якщо n = 87654321 , це повертає 88888888 , що є бажаним повторним позначенням.

Нарешті, щоб обчислити необхідний приріст, віднімаємо n від попереднього результату. У нашому прикладі n = 87654321 , це повертає 1234567 , як бажано.


1
Ще 41 є lambda n:10**len(`n`)/9*-~int(`n*9`[0])-n. Це практично можна зробити lambda n:int(`n*9`[0]*len(`n`))-n, але цифра занадто мала, і я не бачу хорошого способу її виправити.
xnor

1
Ви не проти пояснити логіку цієї формули? Мене бентежить, як це O(1).
shooqie

1
@shooqie Я відредагував свою відповідь.
Денніс

@Dave: Так, цікаво насправді. Я завжди вважав, що формула закритої форми == O(1), але я думаю, що це має сенс.
shooqie

Дивовижний підхід. Це може бути трохи довше в плані байтів для Python 2, але це зберігає колосальні 40 байт у Java 7 , тож спасибі. :) (Також дуже дякую за частину "Як це працює".)
Кевін Круїйсен

9

Python 2, 37 байт

f=lambda n:1-len(set(`n`))and-~f(n+1)

Перевірте це на Ideone . Зауважимо, що цей підхід є надто неефективним для тестового випадку 87654321 .

Як це працює

If n is already a repdigit, 1-len(set(`n`)) will return 0 since the length of the set of n's digits in base 10 will be 1. In this case, f returns 0.

If n is not a repdigit, f(n+1) recursively calls f with the next possible value of n. -~ increments the return value of f (0 when a repdigit is found) by 1 each time f is called recursively, so the final return value equals the number of times f has been called, i.e., the number of times n had to be incremented to get a repdigit.


1
I'm never clear for these things whether the L on longs needs to be handled.
xnor

4
What the, how does-- it... You can't... what? For a moment there I was proud of my 52 byte answer...
DJMcMayhem

1
@xnor: Solutions in C aren't required to work for long integers by default, so I always assumed the same way true for Python.
Dennis

1
@DJMcMayhem looks to me like it recursively counts up until it finds a repdigit via checking the size of a set built from the string representation of the number. The -~ allows the function to count the number of calls it made.
Value Ink

8

Perl 6, 23 bytes

{($_...{[==] .comb})-1}

A lambda that takes the input number as argument, and returns the result.

Explanation:

  1. Uses the ... sequence operator to increment the input number until it reaches a repdigit (tested by splitting its string representation into characters and seeing if they're all equal).
  2. Subtracts one from the length of the sequence.

The test can be replaced /(.)$0*/
Jo King

7

Java 7, 116 76 bytes

int c(int i){int r=(int)Math.pow(10,(i+"").length())/9;return(-i/r-1)*-r-i;}

Used @Dennis' amazing approach to lower the byte-count by a whopping 40 bytes.

Ungolfed & test cases:

Try it here.

class Main{
  static int c(int i){
    int r = (int)Math.pow(10, (i+"").length()) / 9;
    return (-i / r - 1) * -r - i;
  }

  public static void main(String[] a){
    System.out.println(c(8));
    System.out.println(c(100));
    System.out.println(c(113));
    System.out.println(c(87654321));
    System.out.println(c(42));
    System.out.println(c(20000));
    System.out.println(c(11132));
  }
}

Output:

0
11
109
1234567
2
2222
11090

1
Actually, your "try it" gives prints out 1 if you feed it 8 instead of printing 0 as it should.
SQB

@SQB Ah you're right. Hmm, that pretty weird, since the output in my post I've copy-pasted from my IDE console..
Kevin Cruijssen

Shouldn't the second to last output be 2222 and the fourth output be 12345678?
DanTheMan

@DanTheMan Ah, the second to last should indeed be 2222 instead of 222. I fixed a mistake in the code, but had by accident still used the old output here. It's fixed now. As for the fourth, no, it should be 123467 (as you can also see at OP's question).
Kevin Cruijssen


4

Brain-Flak 690 358 bytes

Here's my go at it

(({})[()])(()){{}(({}())){(({}))(<((()()()()()){}<>)>)<>{({}[()])<>(({}()[({})])){{}(<({}({}))>)}{}<>}{}<>({}<{}>)<>(<((()()()()()){}(<>))>)<>{({}[()])<>(({}()[({}<({}())>)])){{}(<({}({}<({}[()])>))>)}{}<>}{}<>{}{}({}<>)}{}<>{(([])<{{}({}[()]<>)<>([])}{}><>){({}[()]<({}<>)<>>)}{}<>}([]){{}{(<({}<>)<>>)}{}([])}{}<>(([][()()])<{{}{}([][()()])}{}>)}{}({}[{}])

Try It Online

Explanation

Start by making a second copy of the input that is one less than the original. We will use the copy to search for the next repdigit. We subtract one in case the number itself was a repdigit

(({})[()])

Push one to satisfy the coming loop. (doesn't have to be one just not zero)

(())

This loop will run until there is a repdigit on top of the stack

{

Pop the crap. Their is a "boolean" on top that drives the loop, since it is no longer needed we pop it.

{}

Add one and duplicate the top. The copy will be decomposed into its digits.

(({}()))

While the copy is not zero...

{

Copy again

(({}))

Mod 10 and move to the other stack

(<((()()()()()){}<>)>)<>{({}[()])<>(({}()[({})])){{}(<({}({}))>)}{}<>}{}<>({}<{}>)<>

Divide by 10 (Integer division)

(<((()()()()()){}(<>))>)<>{({}[()])<>(({}()[({}<({}())>)])){{}(<({}({}<({}[()])>))>)}{}<>}{}<>{}{}({}<>)

}

Pop the zero that was our copy

{}

We have now decomposed the number into its base 10 digits, So we swap over to the stack with all the digits.

<>

While the leading digit is not zero

{

We pick up a copy of the stack height (i.e. the number of digits)...

(([])<

Silently subtract one from every number on the stack

{
{}
({}[()]<>)<>
([])
}
{}

Put the stack height we picked up down. (and swap to the other stack)

><>)

We use the stack height to pull all the digits we placed on the other stack back onto the proper stack.

{
({}[()]<({}<>)<>>)
}

Pop the zero that was our stack height

{}

Swap back onto the stack with the digits (or what were the digits)

<>

End loop

}

Now we have subtracted the top digit from all the other digits. If all the digits are zero the orginal number (not the input but the number we are checking) was a repdigit.[citation needed]. So we need to check for non-zeroes.

While the stack height is not zero

([])
{
{}

If the digit is not zero move it to the other stack and replace it with a zero.

{
(<({}<>)<>>)
}

Pop it (now it is a zero)

{}

End loop

([])
}
{}

Swap over onto the other stack (duh..)

<>

Grab our selves a copy of the stack height minus two

(([][()()])<

While the stack height is not two (the original and the accumulator)

{
{}

Pop the top

{}

End the while

([][()()])
}
{}

Put down our copy of the stack height minus two. This ends up being the number of digits that are not the same as the first digit. In other words if it is zero it is a repdigit.

>)

If this loop ends we have found a repdigit

}

Pop the "boolean"

{}

Subtract the original from the repdigit

({}[{}])

Seriously, how do you do this? I was thinking "oh, I'd like to do it in brain flak, but I can't figure out how to determine if it's a repdigit or not". This is crazy! Do you use a script to generate most of these answers?
DJMcMayhem

@DJMcMayhem Nope just practice. A explanation will follow.
Wheat Wizard

@DJMcMayhem I'm sorry perhaps I don't understand. 112+110 = 222?
Wheat Wizard

I'm sorry, you're totally right, I don't know what I'm saying. Please ignore that last comment.
DJMcMayhem

3

Python 2, 52 bytes

a=b=input()
while len(set(str(a)))!=1:a+=1
print a-b

Python 2 has several tricks that make this shorter. For example, input is numeric, so we don't need to cast to int. (-5 bytes) We also don't need to put parenthesis around the a-b (-1 byte)

Use this script to verify all test cases:

def f(i):
    a=b=i
    while len(set(str(a)))!=1:a+=1
    return a-b

inputs = [8, 100, 113, 87654321, 42, 20000, 11132]
outputs = [0, 11, 109, 1234567, 2, 2222, 11090]

for i in range(len(inputs)):
    print(f(inputs[i]) == outputs[i])

You may also try it online!


3

GNU sed, 223 + 1(r flag) = 224 bytes

s/$/:0%/
:;y/:%/%:/
/^(.)\1*%/{s/.*%(.*):/\1/;q}
:f;s/9(@*:)/@\1/;tf
s/8(@*:)/9\1/;s/7(@*:)/8\1/
s/6(@*:)/7\1/;s/5(@*:)/6\1/
s/4(@*:)/5\1/;s/3(@*:)/4\1/
s/2(@*:)/3\1/;s/1(@*:)/2\1/
s/0(@*:)/1\1/;s/(^|%)(@*:)/\11\2/
y/@/0/;t

Run:

sed -rf repdigit.sed <<< "112"

Output:

110

This is a pure sed solution, the arithmetic is simulated using regular expressions only. The algorithm works as follows:

  1. the pattern space format is set to ^current_reputation:needed_reputation%$
  2. in each iteration of the main loop the separators are switched:
    a) %: applies the increment to needed_reputation
    b) :% applies the increment to current_reputation
  3. if the current_reputation is a "repdigit", the needed_reputation is printed and the program ends

2

Java, 74 72 bytes

int c(int i){int n=0;while(!(i+++"").matches("^(.)\\1*$"))n++;return n;}

(If the other Java entry is 76 bytes, this one is 74 72, since it's two four bytes shorter).

Anyway, just increment the input until it's a repdigit while incrementing a counter. Return the counter.

Yes, those are three pluses in a row, two to increment the input, one to concatenate an empty string to make it a string.
No, I didn't think it would be legal without a space in between either, but there you go. That's what a typo will do for you: one byte shorter.

Using a for-loop instead of a while takes exactly as many bytes:

int c(int i){int n=0;for(;!(i+++"").matches("^(.)\\1*$");n++);return n;}

Edit:

An earlier version had matches("^(\\d)\\1*$") to check for a repdigit, but since we've just converted an int to a string, using a . to match is enough.


Ungolfed & test cases:

Try it here.

class Main{
  static int c(int i){
    int n=0;
    while(!(i++ + "").matches("^(.)\\1*$")) {
      n++;
    }
    return n;
  }

  public static void main(String[] a){
    System.out.println(c(8));
    System.out.println(c(100));
    System.out.println(c(113));
    System.out.println(c(87654321));
    System.out.println(c(42));
    System.out.println(c(20000));
    System.out.println(c(11132));
  }

}

Output:

0
11
109
1234567
2
2222
11090

We normally recommend always using for loops as occasionally you can spot a way to save a byte in a way that you couldn't using a while loop.
Neil

@Neil Well, I'll be bleeped if I know how here.
SQB

I wasn't suggesting you could save a byte, I was just trying to point out that it was unremarkable that the for loop was the same length as you wouldn't expect it to be longer.
Neil

@Neill ah, okay.
SQB

2

R, 102 98 91 bytes

a=scan(,'');i=0;while(length(unique(strsplit(a,"")[[1]]))!=1){a=paste(strtoi(a)+1);i=i+1};i

Ungolfed :

a=scan(,'') #Asks for input
i=0         #Initialize i to 0, surprisingly

while(length(unique(strsplit(a,"")[[1]]))!=1) 
    #Splits the input into its digits,  
    #compute the length of the vector created by the function `unique`, which gives all the digits once.
    #as long as the this length is different from one :
{
a=paste(strtoi(a)+1) #Increases by one the value of the input (while messing around with its format)
i=i+1                           #Increases by one the value of the counter
}

i #Outputs the counter

Messing around with the format (as.numeric and as.character) adds some bytes, but R is not really flexible !


2

Perl, 40 + 1 (-n) = 41 bytes

/^(.)\1*$/&&say($v|0) or$_++&&++$v&&redo

If printing nothing instead of 0 when the number is already a repdigit is acceptable, then 37 bytes are enough :

/^(.)\1*$/&&say$v or$_++&&++$v&&redo

Run with -n (1 byte) and -E or -M5.010 (free) :

perl -nE '/^(.)\1*$/&&say($v|0) or$_++&&++$v&&redo'

Explanations : there are two major parts in the code : /^(.)\1*$/&&say$v and $_++&&++$v&&redo. The first one test if $_ is a repdigit; if yes it prints the number we added to the original number to make it a repdigit ($v), and if no, we had 1 to both $_ and $v, and start over.


1
41 bytes of perl, duplicates 1st digit (or 1st digit+1 if any digit is larger than 1st) by length of string, then subtracts input: perl -pe '@x=sort/./g;//;$_=(($x[-1]>$&)+$&)x+@x-$_'
Eric

2

JavaScript (ES6), 42 bytes

f=(n,p=1)=>n<p?-~(n*9/p)*~-p/9-n:f(n,p*10)

Explanation: Recursively computes p as the next power of 10 after n. The digit to be repeated is then computed as 1+floor(9n/p), and the repunit is simply (p-1)/9, from which the result follows.


2

05AB1E, 10 6 bytes

∞.Δ+Ë

Try it online!

Explanation

∞<      # from the infinite list of non-negative integers
  .Δ    # find the first number where
     Ë  # all digits are equal
    +   # after adding the input

1
-2 bytes that no doubt weren't possible yet at time of posting: remove § and change ¹- to α. And here a rather similar 8-byte alternative: ∞+.ΔÙg}α
Kevin Cruijssen

1

Pyke, 13 11 bytes

o+`}ltIr)ot

Try it here!

            - o = 0
o+          -     o++ + input
  `         -    str(^)
   }        -   deduplicate(^)
    lt      -  len(^)-1
      I )   - if ^:
       r    -  goto_start()
         ot - o++ -1

1

Actually, 15 bytes

;D;WXu;$╔l1<WX-

Try it online!

Explanation:

;D;WXu;$╔l1<WX-
;                dupe
 D;              decrement, dupe
   WXu;$╔l1<W    while top of stack is truthy:
    X              discard
     u             increment
      ;            dupe
       $╔l1<       1 if len(str(TOS)) > 1 else 0 (check if the string representation of the TOS contains only one unique digit)
                 after the loop, the stack will be [1 repdigit input]
             X   discard
              -  subtract input from repdigit

1

Jellyfish, 20 bytes

p
<
)\&&&~j<i
->N>u0

Try it online! TIO can't handle the longer test cases, but given enough time and memory, they should work too.

Explanation

  • i is input, and < decrements it. This value is fed to the function on the left.
  • \> increments the value (at least once) until the function to the right gives a truthy value.
  • The test function is a composition (by &s) of four functions.
  • 0~j converts to string.
  • u removes duplicate digits.
  • > removes the head of the resulting string.
  • N is logical negation: it gives 1 for an empty string, and 0 for non-empty. Thus the function tests for a rep-digit, and the result of \ is the next rep-digit counting from <i.
  • )- subtracts the result from the function input, that is, <i.
  • This difference is off by one, so < decrements it. Finally, p prints the result.

1

PowerShell v2+, 66 bytes

param($n)for($x=+"$($n[0])";($y="$x"*$n.length)-lt$n;$x++){}+$y-$n

The usually-good-for-golf very loose casting of PowerShell is a major downfall here.

Takes input $n as a string, and enters a for loop. For the setup step, we extract out the first character $n[0], but have to convert it back to a string "$(...)" before casting as an int + and saving into $x. Otherwise, the later arithmetic will be using the ASCII value of the char-code.

The conditional checks whether a string constructed from $n.length "$x"s, temporarily stored in $y, is less-than $n. So long as it's not, we increment $x++, setting up the conditional for the next loop.

For example, for input 123, the value of $y when the conditional is first checked will be 111, which is less-than $n, so the loop continues. There's nothing in the loop body, so the step increment happens $x++, then the conditional is checked again. This time $y equals 222, which is greater than $n, so the loop terminates. If the input is already a repdigit, the conditional is not satisfied, because at that point $y is equal to $n.

Once out of the loop, we cast $y to an integer +, then subtract $n. That result is left on the pipeline and output is implicit.


1

PHP 5.6, 59 53 51 50 bytes

Saved 6 8 bytes thanks to @manatwork.

while(count_chars($argv[1]+$b,3)[1])$b++;echo$b?:0

Test with:

php test.php 11132

The count_chars() function with 3 as the second parameter returns a string with the distinct characters in a string. When this string is 1 character long ([1] will return false when it's length 1) then echo $b, otherwise increment $b and loop again.


1
Cool use of count_chars(). What about 3 as $mode parameter? So this would be the while condition: count_chars($argv[1]+$b,3)[1].
manatwork

That's really clever, thanks for the idea. I did try using 3 for the mode originally but couldn't think of a way to use it without count or strlen so it turned out to be the same length.
Samsquanch

1
Oh, and without initializing $b: echo$b?:0;
manatwork

Ooo I forgot about the empty ternary. Good call!
Samsquanch

1

MATL, 10 bytes

q`QtVda}G-

Try it online!

This keeps incrementing the input until all digits are equal, so it's slow. The test case for input 87654321 times out in the online compiler.

q      % Take input implicitly. Subtract 1
`      % Do...while loop
  Q    %   Increment top of the stack
  tV   %   Duplicate and convert to string (i.e. digits of the number)
  d    %   Difference between consecutive digits
  a    %   True if any such difference is nonzero. This is the loop condition
}      % Finally (execute on loop exit)
  G-   %   Subtract input. This is the final result, to be (implicitly) displayed
       % End loop implicitly. If loop condition (top of the stack) is truthy: proceeds 
       % with next iteration. Else: executes the "finally" block and exits loop
       % Display implicitly

1

Ruby, 42 characters

->n{i=0;n.next!&&i+=1while n.squeeze[1];i}

Expects string input.

Sample run:

irb(main):019:0> ->n{i=0;n.next!&&i+=1while n.squeeze[1];i}['87654321']
=> 1234567

Ruby, 39 characters

Recursive call, runs into “SystemStackError: stack level too deep” on bigger results.

r=->n,i=0{n.squeeze[1]?r[n.next,i+1]:i}

Sample run:

irb(main):001:0> r=->n,i=0{n.squeeze[1]?r[n.next,i+1]:i}
=> #<Proc:0x00000002367ca0@(irb):10 (lambda)>

irb(main):002:0> r['20000']
=> 2222

1

Matlab, 65 64 bytes

t=input('');i=0;while nnz(diff(+num2str(t+i)))
i=i+1;end
disp(i)

Because of the while loop it's rather slow...

Explanation

t=input('')  -- takes input
i=0          -- set counter to 0
while 
          num2str(t+i)   -- convert number to string 
         +               -- and then to array of corresponding ASCII codes
    diff(             )  -- produce vector of differences (all zeros for 'repdigit')
nnz(                   ) -- and count non-zero entries
i=i+1                    -- while not all digits are the same increase the counter
end          -- end while loop
disp(i)      -- print the counter

Saving one byte thanks to @Luis Mendo.


Do you really need that +0? diff automatically casts chars to numbers
Luis Mendo

In my version if I dont't add it, diff treats the string as sym and tries to differentiate.
pajonk

Then maybe move the plus to the front (as a unary operator) and remove the zero
Luis Mendo

1

Excel, 85 79 bytes

Put the following formula in any cell except cell N since it's a name for reference cell of input:

=IF(1*(REPT(LEFT(N),LEN(N)))<N,REPT(LEFT(N)+1,LEN(N))-N,REPT(LEFT(N),LEN(N))-N)

Explanation:

  • N is the input and also name of reference cell.
  • LEFT(N) take the first digit of input value.
  • LEN(N) return the length of input value.
  • REPT(LEFT(N),LEN(N)) repeat the first digit of input value LEN(N) times and multiply it by 1 to convert text format to number format so we can use it for number comparison.
  • The syntax for the IF function in Microsoft Excel is: IF( condition, [value_if_true], [value_if_false]), hence makes the whole formula is self-explanatory.

You can omit Num_chars in LEFT and save 4 bytes: LEFT(N)
Wernisch

Make that 6 bytes
Wernisch

@Wernisch Thanks. Edited.
Anastasiya-Romanova 秀

You can save 25 bytes by coercing the IF condition into a 1 or 0 using -- thus you do not need to repeat yourself just to +1: =REPT(LEFT(N)+(--1*(REPT(LEFT(N),LEN(N)))<N),LEN(N))-N
i_saw_drones

Actually, in this instance, you don't need to coerce it explicitly, you can instead just use: =REPT(LEFT(N)+(1*(REPT(LEFT(N),LEN(N)))<N),LEN(N))-N, saving 27 bytes to give a total of 52.
i_saw_drones

1

Brachylog v2, 6 bytes

;.+=∧ℕ

Try it online!

  +       The sum of
          the input
;         and
 .        the output
   =      is a repdigit,
    ∧     and
          the output
     ℕ    is a whole number.

The 5-byte +↙.=∧ gets away with omitting because it doesn't try non-positive outputs at all, but it also fails when given a number which is already a repdigit because it doesn't try non-positive outputs at all.


0

Java, 59 bytes

int c(int i){return(i+"").matches("^(.)\\1*$")?0:c(i+1)+1;}

(I'm still not sure how to count Java entries, but according to the standard set by the first Java entry, this entry is 59 bytes, since it's 17 bytes shorter).

Anyway, if we have a repdigit, return 0, else add 1 to the input, call itself and add 1 to the result.


Ungolfed & test cases:

Try it here.

class Main{
  static int c(int i) {
    return
      (i+"").matches("^(.)\\1*$")
      ? 0
      : c(i+1) + 1;
  }

  public static void main(String[] a){
    System.out.println(c(8));
    System.out.println(c(100));
    System.out.println(c(113));
    System.out.println(c(42));
    System.out.println(c(20000));
    System.out.println(c(19122));
    // Entry below will run out of memory
    System.out.println(c(19121));
  }
}

Output:

Runtime error   time: 0.09 memory: 321152 signal:-1
0
11
109
2
2222
3100

As you can see, the last entry runs out of memory before it can finish. The (very appropriate) StackOverflowError is thrown from java.util.regex.Pattern.sequence(Pattern.java:2134), but I'm pretty confident there's nothing wrong with the regex itself, since it's the same one I used in my previous entry.



0

C, 84 bytes

d,n,l,f;F(i){for(n=0;1;){l=i+n++;d=l%10;f=0;while(l/=10)f|=l%10-d;if(!f)return--n;}}

Test main:

int main() {
  printf("%d\n", F(8));
  printf("%d\n", F(100));
  printf("%d\n", F(113));
  printf("%d\n", F(87654321));
  printf("%d\n", F(47));
  printf("%d\n", F(20000));
  printf("%d\n", F(11132));
}

0

Prolog, 120 bytes

r([H|T]):-r(H,[H|T]).
r(H,[H|T]):-r(H,T).
r(_,[]).
g(N,0):-number_chars(N,L),r(L).
g(N,X):-N1 is N+1,g(N1,X1),X is X1+1.

Try it online!

Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.