#include using namespace std; int main() { long long int A,N,tmp_num; cin>>N; A=0; for(int i=0;i>tmp_num; A+=tmp_num; } cin>>tmp_num; cout<