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