import math def scp(n): x=math.isqrt(n) if x*x==n: return True else: return False
Không có bình luận tại thời điểm này.
Bình luận