import std.stdio;void main(){int n,s;while(~scanf("%d",&n))s+=n;writef=s;}