import math
import random

print(math.ceil(random.uniform(random.random()*10, 30)))

# print(math.ceil(30.0))