Run ID:45274
提交时间:2023-03-12 14:52:27
T=int(input()) l=[] for i in range (T): n=int(input()) l.append(n) for n in l: print(n*n%10000)