範囲

2つの数値 ab が与えられたとき、これらの数値間のすべての整数を(ab を含む)出力することが求められます。

入力は、2つの正の整数 ab で構成されています。出力には、その2つの間のすべての数が a から b まで、各数が別々の行に表示されるべきです。

入力

出力

2
5

2
3
4
5

5
2

5
4
3
2

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue