hackerrank.com
Practice>Python>Math>Integers Come In All Sizes
건이두
2019. 3. 7. 12:48
728x90
Integers Come In All Sizes
Problem link : https://www.hackerrank.com/challenges/python-integers-come-in-all-sizes/problem
difficulty : Easy
Tip
- int(input())
- a**b
- They are all we should know to solve it
Solution
728x90