#include<bits/stdc++.h> using namespace std; int ans,t; int main(){ while(cin>>t) ans+=t; cout<<ans; return 0; }