import std.stdio;void main(){for(long n,i;i<10;writeln(n+i++))scanf("%Ld",&n);}