# [Brachylog], 6 bytes

 /₁₀₀⌉₁

[Try it online!][TIO-jjylcv83]

[Brachylog]: https://github.com/JCumin/Brachylog
[TIO-jjylcv83]: https://tio.run/##SypKTM6ozMlPN/r/X/9RU@OjpgYQ6ukEsv//NzIwMPgfBQA "Brachylog – 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.