?'+)=:!@/*"*'6/{=+'+}/{
Спробуйте в Інтернеті!
Пояснення
Розгорнуто:
? ' + )
= : ! @ /
* " * ' 6 /
{ = + ' + } /
{ . . . . .
. . . . .
. . . .
Це дійсно просто лінійна програма, яка /
використовується для певного перенаправлення. Лінійний код:
?'+){=+'+}*"*'6{=:!@
Який обчислює n (n + 1) (2n + 1) / 6 . Тут використовуються наступні краї пам'яті:
Там, де точка пам’яті (МП) починається з краю, позначеного n , вказує на північ.
? Read input into edge labelled 'n'.
' Move MP backwards onto edge labelled 'n+1'.
+ Copy 'n' into 'n+1'.
) Increment the value (so that it actually stores the value n+1).
{= Move MP forwards onto edge labelled 'temp' and turn around to face
edges 'n' and 'n+1'.
+ Add 'n' and 'n+1' into edge 'temp', so that it stores the value 2n+1.
' Move MP backwards onto edge labelled '2n+1'.
+ Copy the value 2n+1 into this edge.
} Move MP forwards onto 'temp' again.
* Multiply 'n' and 'n+1' into edge 'temp', so that it stores the value
n(n+1).
" Move MP backwards onto edge labelled 'product'.
* Multiply 'temp' and '2n+1' into edge 'product', so that it stores the
value n(n+1)(2n+1).
' Move MP backwards onto edge labelled '6'.
6 Store an actual 6 there.
{= Move MP forwards onto edge labelled 'result' and turn around, so that
the MP faces edges 'product' and '6'.
: Divide 'product' by '6' into 'result', so that it stores the value
n(n+1)(2n+1)/6, i.e. the actual result.
! Print the result.
@ Terminate the program.
Теоретично це можливо, щоб цю програму можна було розмістити на стороні 3, оскільки /
вони не потрібні для обчислення, вони :
можуть бути використані повторно для припинення програми, а деякі з них '"=+*{
можуть бути повторно використані, приводячи кількість необхідних команди нижче 19 (максимум для довжини сторони 3). Я сумніваюся, що таке рішення можна знайти вручну, хоча таке взагалі існує.
f(1) == 1 * 1 (1)
іf(24) == 70 * 70 (4900)
.