#include using namespace std; int main(){ int n; cin>>n; vector a(n); for(auto& a_i:a) cin>>a_i; vector b(n-1); for(int i=0;i