Score : $200$ points
Print all the integers that satisfies the following in ascending order:
Input is given from Standard Input in the following format:
$A$ $B$ $K$
Print all the integers that satisfies the condition above in ascending order.
3 8 2
3 4 7 8
4 8 3
4 5 6 7 8
2 9 100
2 3 4 5 6 7 8 9