EPS/2024/04/08-04-24/c.py

8 lines
104 B
Python

def main():
n = int(input())
st = input()
for _ in range(int(input())):
print(main())