#include #include #include using namespace std; using ll = long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); ll n,s,b; cin>>n>>s>>b; vector h(n); for(int i = 0;i>h[i]; ll now = h[0]; for(int i = 0;i