← Back to List
9546번: 3000번 버스 ↗
Solutions
Python 3
55 B | 55 chars
for i in range(int(input())):print(2**(int(input()))-1)