if __name__ == '__main__':
with open('./exercises/147/inputs/flag') as file:
input = file.read()
print(input)