#include using namespace std; int main() { int N; cin>>N; int a = 0; vector S(N); for(int i = 0;i>S[i]; a += S[i]; } for(int i = 0;i