标签: 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)