#include using namespace std; int main(){ cin.tie(0),ios::sync_with_stdio(false); int n; cin>>n; vectora(n); for(auto&&i:a)cin>>i; int64_t g=a.front(); for(auto&&i:a)g=gcd(g,i); cout<