24ms 畢竟是一行解 優化什麼的
import functools;import math;(lambda n,list:print(functools.reduce(math.gcd, [int(i) for i in list] )))(input(),input().split())