GCD Again by hallvabo

r=raw_input
r()
while r():
 n=905
 for e in r().split()*n:n-=int(e)%n>0
 print n

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page