seq by 51b

-module(s).
-export([m/0]).
m()->{_,[N,M]}=io:fread('',"~d,~d"),N>9orelse[io:write(I)>io:nl()||I<-lists:seq(N,M)]>0.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page