import std.stdio;void main(){int n,m;for(scanf("%d,%d",&n,&m);n<=m;)writeln(n++);}