This problem is a simpler version of 'Easy Sequences 82: Digits of Powers of 2'. Given integers x and n, we are asked to return the last n digits of . Please exclude leading zeros, if any.
As an added challenge, some functions and operations are disabled.
---------------
HINT: There is no need to use big integer class in this problem (nor in the previous problem for powers of 2).

Solution Stats

15 Solutions

2 Solvers

Last Solution submitted on Jul 15, 2024

Last 200 Solutions

Solution Comments

Show comments
Loading...