print(203)
with open("output/data.txt", "w") as handle:
    handle.write(203)