Print last inputted byteCalculate Standard DeviationGreatest Common DivisorShortest Unique SubstringDouble rotationStringgnirtSStringgnirtSStringgnirtSLet's do the Wave!Does the start equal the end?It was just a bugQuartic SummationI done did made a spaceship maw!

Multi tool use
Am I eligible for the Eurail Youth pass? I am 27.5 years old
Using Leaflet inside Bootstrap container?
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
HP P840 HDD RAID 5 many strange drive failures
Do US professors/group leaders only get a salary, but no group budget?
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
What does "^L" mean in C?
How can my new character not be a role-playing handicap to the party?
Asserting that Atheism and Theism are both faith based positions
Is there a term for accumulated dirt on the outside of your hands and feet?
Could Sinn Fein swing any Brexit vote in Parliament?
What if (if any) the reason to buy in small local stores?
How to define limit operations in general topological spaces? Are nets able to do this?
Adding Featured Image in Post List
Is this an example of a Neapolitan chord?
Error message "Cannot index array with string 'Title'" when parsing JSON data with jq
The average age of first marriage in Russia
Do I need to be arrogant to get ahead?
If "dar" means "to give", what does "daros" mean?
What is the term when voters “dishonestly” choose something that they do not want to choose?
Can you move over difficult terrain with only 5' of movement?
Official degrees of earth’s rotation per day
In what cases must I use 了 and in what cases not?
How are passwords stolen from companies if they only store hashes?
Print last inputted byte
Calculate Standard DeviationGreatest Common DivisorShortest Unique SubstringDouble rotationStringgnirtSStringgnirtSStringgnirtSLet's do the Wave!Does the start equal the end?It was just a bugQuartic SummationI done did made a spaceship maw!
$begingroup$
Challenge
You have one string of input bytes, output the last byte in it.
Rules
Your submission may be a program or function outputting the last byte in the input which
- is either a string, stdin or command-line arguments, and
- is non-empty.
I was trying to solve this with brainfuck, however all languages are allowed to participate. This is code-golf.
Examples
"?" -> "?"
"29845812674" -> "4"
code-golf string
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Challenge
You have one string of input bytes, output the last byte in it.
Rules
Your submission may be a program or function outputting the last byte in the input which
- is either a string, stdin or command-line arguments, and
- is non-empty.
I was trying to solve this with brainfuck, however all languages are allowed to participate. This is code-golf.
Examples
"?" -> "?"
"29845812674" -> "4"
code-golf string
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
3
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
1
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago
add a comment |
$begingroup$
Challenge
You have one string of input bytes, output the last byte in it.
Rules
Your submission may be a program or function outputting the last byte in the input which
- is either a string, stdin or command-line arguments, and
- is non-empty.
I was trying to solve this with brainfuck, however all languages are allowed to participate. This is code-golf.
Examples
"?" -> "?"
"29845812674" -> "4"
code-golf string
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Challenge
You have one string of input bytes, output the last byte in it.
Rules
Your submission may be a program or function outputting the last byte in the input which
- is either a string, stdin or command-line arguments, and
- is non-empty.
I was trying to solve this with brainfuck, however all languages are allowed to participate. This is code-golf.
Examples
"?" -> "?"
"29845812674" -> "4"
code-golf string
code-golf string
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 57 mins ago


SuperJedi224
9,76013363
9,76013363
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
jeanjean
61
61
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
jean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
3
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
1
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago
add a comment |
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
3
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
1
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
3
3
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
1
1
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago
add a comment |
10 Answers
10
active
oldest
votes
$begingroup$
Brainf***, 7 bytes
,[>,]<.
$endgroup$
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
add a comment |
$begingroup$
Python 3, 14 bytes
lambda x:x[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
Javascript, 14 bytes
a=>a.slice(-1)
$endgroup$
add a comment |
$begingroup$
PowerShell, 11 bytes
"$args"[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
Jelly, 1 byte
Ṫ
Try it online!
Not the most difficult challenge in Jelly...
$endgroup$
add a comment |
$begingroup$
Haskell, 9 bytes
pure.last
Try it online!
$endgroup$
add a comment |
$begingroup$
Java 8
Input from STDIN, 71 bytes
v->int i=0;for(;System.in.available()>0;i=System.in.read());return i;
Try it online!
Function Argument, 25 bytes
s->s.charAt(s.length()-1)
$endgroup$
add a comment |
$begingroup$
TI-BASIC (TI-84), 10 bytes
sub(Ans,length(Ans),1
Gets the last character in the input string.
Input is in Ans
.
Output is in Ans
and is automatically printed out when the program finishes.
$endgroup$
add a comment |
$begingroup$
Wolfram Language (Mathematica), 16 bytes
#~StringTake~-1&
Try it online!
$endgroup$
add a comment |
$begingroup$
Befunge-93, 15 bytes
>~# :1+_$$$1-,@
Try it online!
I bet this could be golfed further, but I'm still trying to get the hang of befunge-93.
Alternate 15 byte version that is less messy:
~:1+#v!_
@,$<
Taking strings as input in Befunge isn't the easiest. If there were a single command to take in multiple characters, it would be as simple as reading the string, popping/printing the top character, and exiting.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
);
);
, "mathjax-editing");
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "200"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
jean is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcodegolf.stackexchange.com%2fquestions%2f181627%2fprint-last-inputted-byte%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
10 Answers
10
active
oldest
votes
10 Answers
10
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Brainf***, 7 bytes
,[>,]<.
$endgroup$
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
add a comment |
$begingroup$
Brainf***, 7 bytes
,[>,]<.
$endgroup$
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
add a comment |
$begingroup$
Brainf***, 7 bytes
,[>,]<.
$endgroup$
Brainf***, 7 bytes
,[>,]<.
answered 1 hour ago


SuperJedi224SuperJedi224
9,76013363
9,76013363
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
add a comment |
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
ideone.com/XoJLD0 It still doesn't work ;(
$endgroup$
– jean
19 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
@jean Try it here. (Honestly, I didn't even know ideone did BF).
$endgroup$
– SuperJedi224
15 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
$begingroup$
Yes, in your link everything works fine. But online judge for this problem uses ideone where it doesn't work ;(
$endgroup$
– jean
8 mins ago
add a comment |
$begingroup$
Python 3, 14 bytes
lambda x:x[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
Python 3, 14 bytes
lambda x:x[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
Python 3, 14 bytes
lambda x:x[-1]
Try it online!
$endgroup$
Python 3, 14 bytes
lambda x:x[-1]
Try it online!
answered 1 hour ago


MilkyWay90MilkyWay90
511210
511210
add a comment |
add a comment |
$begingroup$
Javascript, 14 bytes
a=>a.slice(-1)
$endgroup$
add a comment |
$begingroup$
Javascript, 14 bytes
a=>a.slice(-1)
$endgroup$
add a comment |
$begingroup$
Javascript, 14 bytes
a=>a.slice(-1)
$endgroup$
Javascript, 14 bytes
a=>a.slice(-1)
answered 1 hour ago


SuperJedi224SuperJedi224
9,76013363
9,76013363
add a comment |
add a comment |
$begingroup$
PowerShell, 11 bytes
"$args"[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
PowerShell, 11 bytes
"$args"[-1]
Try it online!
$endgroup$
add a comment |
$begingroup$
PowerShell, 11 bytes
"$args"[-1]
Try it online!
$endgroup$
PowerShell, 11 bytes
"$args"[-1]
Try it online!
answered 30 mins ago
Gabriel MillsGabriel Mills
594213
594213
add a comment |
add a comment |
$begingroup$
Jelly, 1 byte
Ṫ
Try it online!
Not the most difficult challenge in Jelly...
$endgroup$
add a comment |
$begingroup$
Jelly, 1 byte
Ṫ
Try it online!
Not the most difficult challenge in Jelly...
$endgroup$
add a comment |
$begingroup$
Jelly, 1 byte
Ṫ
Try it online!
Not the most difficult challenge in Jelly...
$endgroup$
Jelly, 1 byte
Ṫ
Try it online!
Not the most difficult challenge in Jelly...
answered 23 mins ago
Nick KennedyNick Kennedy
72137
72137
add a comment |
add a comment |
$begingroup$
Haskell, 9 bytes
pure.last
Try it online!
$endgroup$
add a comment |
$begingroup$
Haskell, 9 bytes
pure.last
Try it online!
$endgroup$
add a comment |
$begingroup$
Haskell, 9 bytes
pure.last
Try it online!
$endgroup$
Haskell, 9 bytes
pure.last
Try it online!
answered 48 mins ago


flawrflawr
26.9k665188
26.9k665188
add a comment |
add a comment |
$begingroup$
Java 8
Input from STDIN, 71 bytes
v->int i=0;for(;System.in.available()>0;i=System.in.read());return i;
Try it online!
Function Argument, 25 bytes
s->s.charAt(s.length()-1)
$endgroup$
add a comment |
$begingroup$
Java 8
Input from STDIN, 71 bytes
v->int i=0;for(;System.in.available()>0;i=System.in.read());return i;
Try it online!
Function Argument, 25 bytes
s->s.charAt(s.length()-1)
$endgroup$
add a comment |
$begingroup$
Java 8
Input from STDIN, 71 bytes
v->int i=0;for(;System.in.available()>0;i=System.in.read());return i;
Try it online!
Function Argument, 25 bytes
s->s.charAt(s.length()-1)
$endgroup$
Java 8
Input from STDIN, 71 bytes
v->int i=0;for(;System.in.available()>0;i=System.in.read());return i;
Try it online!
Function Argument, 25 bytes
s->s.charAt(s.length()-1)
edited 29 mins ago
answered 1 hour ago


Benjamin UrquhartBenjamin Urquhart
1406
1406
add a comment |
add a comment |
$begingroup$
TI-BASIC (TI-84), 10 bytes
sub(Ans,length(Ans),1
Gets the last character in the input string.
Input is in Ans
.
Output is in Ans
and is automatically printed out when the program finishes.
$endgroup$
add a comment |
$begingroup$
TI-BASIC (TI-84), 10 bytes
sub(Ans,length(Ans),1
Gets the last character in the input string.
Input is in Ans
.
Output is in Ans
and is automatically printed out when the program finishes.
$endgroup$
add a comment |
$begingroup$
TI-BASIC (TI-84), 10 bytes
sub(Ans,length(Ans),1
Gets the last character in the input string.
Input is in Ans
.
Output is in Ans
and is automatically printed out when the program finishes.
$endgroup$
TI-BASIC (TI-84), 10 bytes
sub(Ans,length(Ans),1
Gets the last character in the input string.
Input is in Ans
.
Output is in Ans
and is automatically printed out when the program finishes.
answered 9 mins ago


TauTau
436210
436210
add a comment |
add a comment |
$begingroup$
Wolfram Language (Mathematica), 16 bytes
#~StringTake~-1&
Try it online!
$endgroup$
add a comment |
$begingroup$
Wolfram Language (Mathematica), 16 bytes
#~StringTake~-1&
Try it online!
$endgroup$
add a comment |
$begingroup$
Wolfram Language (Mathematica), 16 bytes
#~StringTake~-1&
Try it online!
$endgroup$
Wolfram Language (Mathematica), 16 bytes
#~StringTake~-1&
Try it online!
answered 7 mins ago
shrapshrap
1013
1013
add a comment |
add a comment |
$begingroup$
Befunge-93, 15 bytes
>~# :1+_$$$1-,@
Try it online!
I bet this could be golfed further, but I'm still trying to get the hang of befunge-93.
Alternate 15 byte version that is less messy:
~:1+#v!_
@,$<
Taking strings as input in Befunge isn't the easiest. If there were a single command to take in multiple characters, it would be as simple as reading the string, popping/printing the top character, and exiting.
$endgroup$
add a comment |
$begingroup$
Befunge-93, 15 bytes
>~# :1+_$$$1-,@
Try it online!
I bet this could be golfed further, but I'm still trying to get the hang of befunge-93.
Alternate 15 byte version that is less messy:
~:1+#v!_
@,$<
Taking strings as input in Befunge isn't the easiest. If there were a single command to take in multiple characters, it would be as simple as reading the string, popping/printing the top character, and exiting.
$endgroup$
add a comment |
$begingroup$
Befunge-93, 15 bytes
>~# :1+_$$$1-,@
Try it online!
I bet this could be golfed further, but I'm still trying to get the hang of befunge-93.
Alternate 15 byte version that is less messy:
~:1+#v!_
@,$<
Taking strings as input in Befunge isn't the easiest. If there were a single command to take in multiple characters, it would be as simple as reading the string, popping/printing the top character, and exiting.
$endgroup$
Befunge-93, 15 bytes
>~# :1+_$$$1-,@
Try it online!
I bet this could be golfed further, but I'm still trying to get the hang of befunge-93.
Alternate 15 byte version that is less messy:
~:1+#v!_
@,$<
Taking strings as input in Befunge isn't the easiest. If there were a single command to take in multiple characters, it would be as simple as reading the string, popping/printing the top character, and exiting.
edited 2 mins ago
answered 32 mins ago
JPeroutekJPeroutek
34018
34018
add a comment |
add a comment |
jean is a new contributor. Be nice, and check out our Code of Conduct.
jean is a new contributor. Be nice, and check out our Code of Conduct.
jean is a new contributor. Be nice, and check out our Code of Conduct.
jean is a new contributor. Be nice, and check out our Code of Conduct.
If this is an answer to a challenge…
…Be sure to follow the challenge specification. However, please refrain from exploiting obvious loopholes. Answers abusing any of the standard loopholes are considered invalid. If you think a specification is unclear or underspecified, comment on the question instead.
…Try to optimize your score. For instance, answers to code-golf challenges should attempt to be as short as possible. You can always include a readable version of the code in addition to the competitive one.
Explanations of your answer make it more interesting to read and are very much encouraged.…Include a short header which indicates the language(s) of your code and its score, as defined by the challenge.
More generally…
…Please make sure to answer the question and provide sufficient detail.
…Avoid asking for help, clarification or responding to other answers (use comments instead).
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcodegolf.stackexchange.com%2fquestions%2f181627%2fprint-last-inputted-byte%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
B9Wo,CR E10Safzuv11wm2M1ZjjEPM49tAT,1Brdbh,41QmK,C0aLbO2 XnANfZqaSWOq
$begingroup$
I mean I have input: 29845812674 and output should be: 4
$endgroup$
– jean
2 hours ago
3
$begingroup$
Welcome to PPCG! We host competitions on this side which are often answered in esoteric languages, but this is not the right place to ask how to solve a specific problem in a specific language. Such questions belong on Stack overflow, though you should describe what you have already tried and where you are stuck.
$endgroup$
– Laikoni
2 hours ago
1
$begingroup$
Welcome, I changed your question to fit our format more properly (note this is what the sandbox is for, usually). However in its current state the challenge is very easy (also in bf), so not sure about that.
$endgroup$
– ბიმო
1 hour ago