ofi = open("DATA4.txt", "w")

for i in range(5):
    ofi.write("-1"+"\n")

ofi.close()

