#include using namespace std; int main() { int n;cin>>n; int res=0; while(n--){ int t;cin>>t; res+=t; } cout<