#include using namespace std; const int MAX=1e5+7; vectorv; mapf; int n; long long a[MAX]; long long func(long long x) { v.clear(); f.clear(); long long ans=0; int s=sqrt(x); for(int i=1; i<=s; i++) if(x%i==0) { v.push_back(i); if(i!=x/i) v.push_back(x/i); } sort(v.begin(),v.end()); f[1]=1; for(int i=1; i>n; for(int i=1; i<=n; i++) cin>>a[i]; cout<