from random import * a = int(input())b = int(input()) for i in range(5): print(randint(a, b))
3 10
9 9 7 4 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!