#include using namespace std; int b[100005]; int main() { int n; cin>>n; int a[n+1]; for(int i=0;i<=n;i++)cin>>a[i]; // while(1) // { for(int i=1;i