Skip to main content
added 21 characters in body
Source Link
Sundar R
  • 6.6k
  • 21
  • 33

Brachylog, 76 bytes

/₁₀₀⌉₁w₁₀₀⌉₁ 

Try it online!Try it online!

Just wanted to try my hand at Brachylog. Don't know if this is a good/idiomatic way to do it thoughUses the "divide by 100 and ceil the result" method that many other answers use.

Brachylog, 7 bytes

/₁₀₀⌉₁w 

Try it online!

Just wanted to try my hand at Brachylog. Don't know if this is a good/idiomatic way to do it though.

Brachylog, 6 bytes

/₁₀₀⌉₁ 

Try it online!

Just wanted to try my hand at Brachylog. Uses the "divide by 100 and ceil the result" method that many other answers use.

Source Link
Sundar R
  • 6.6k
  • 21
  • 33

Brachylog, 7 bytes

/₁₀₀⌉₁w 

Try it online!

Just wanted to try my hand at Brachylog. Don't know if this is a good/idiomatic way to do it though.