XOR EQUALITY-codechef 2021 年 5 月长期挑战

时间:2021-05-08 06:19:56

标签: python-3.x

#我不明白这段代码有什么问题来获得 TIME LIMIT EXEEDED 错误

t = int(input())
for j in range(t):
    n = int(input())-1
    count = 0
    res = (2**n)%((10**9)+7)
    print(res)

0 个答案:

没有答案