Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116746 6倪葭轩 笨鸟先飞 Python3 Accepted 37 MS 3740 KB 90 2025-04-12 13:34:09

Tests(1/1):


Code:

T = int(input()) for _ in range(T): n = int(input()) print((n * n) % 10000)