#include using namespace std; long const mod = 1e9+7; int main(){ int n; cin >> n; int d[n]; for(int i=0;i> d[i]; for(int i=0;i