field turn: int field his_hist: int [] field my_hist: int [] field defect: int field x: int def start() -> void : defect = 0 if turn == 0: x = 1 else: x = x*1103515245+12345 defect = x