leetcode 372. Super Pow

Your task is to calculate ab mod 1337 where a is a positive integer and b is an extremely large positive integer given in the form of an array.html Example 1:code Input: a = 2, b = [3] Output: 8 Examp
相关文章
相关标签/搜索