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