print("play khet Henri") fm=open("logi.txt","w") a=raw_input() #a=input() fm.write(a+"\n") from random import choice y=a.split() if y[1] == ("R"): varv=("R") else: varv=("S") if varv == "R": a=raw_input() y=1 while y != 0: # a=input() a=a.split() x=a[6:] #print(x) kõik=[] for r in x: kõik.append(r[1:3]) #print(kõik) red=[] #print() for r in x: if r[0] == "R": red.append(r[1:3]) #print(red) silver=[] for r in x: if r[0] == "S": silver.append(r[1:3]) if ("00") in red: red.remove("00") if ("97") in silver: silver.remove("97") suvaline=choice(red) #print(suvaline) tegevus=["C", "c"] if suvaline[1:2] != "0": muutuja=int(suvaline) - 1 if muutuja < 10: muutuja="0"+str(muutuja) #print(muutuja) if str(muutuja) not in kõik: tegevus.append("1") #print(tegevus) #lõuna if suvaline[1:2] != "7": muutuja=int(suvaline) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("7") # print(tegevus) #ida if suvaline[0:1] != "8": muutuja=int(suvaline) + 10 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("5") # print(tegevus) #lääs if suvaline[0:1] != "0": muutuja=int(suvaline) - 10 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("3") # print(tegevus) #NURGAD #kirre if suvaline[0:1] != "8": if suvaline[1:2] != "0": muutuja=int(suvaline) + 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("2") # print(tegevus) #kagu if suvaline[0:1] != "8": if suvaline[1:2] != "7": muutuja=int(suvaline) + 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("8") # print(tegevus) #edel if suvaline[0:1] != "0": if suvaline[1:2] != "7": muutuja=int(suvaline) - 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("6") # print(tegevus) #loe if suvaline[0:1] != "0": if suvaline[1:2] != "0": muutuja=int(suvaline) - 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("0") # print(tegevus) #kohad kuhu arvuti ei saa käia if suvaline == "01": if ("2") in tegevus: tegevus.remove("2") if suvaline == "11": if ("1") in tegevus: tegevus.remove("1") if suvaline == "21": if ("0") in tegevus: tegevus.remove("0") if suvaline == "20": if ("3") in tegevus: tegevus.remove("3") if suvaline == "07": if ("5") in tegevus: tegevus.remove("5") if suvaline == "06": if ("8") in tegevus: tegevus.remove("8") if suvaline == "16": if ("7") in tegevus: tegevus.remove("7") if suvaline == "26": if ("6") in tegevus: tegevus.remove("6") if suvaline == "27": if ("3") in tegevus: tegevus.remove("3") # print(tegevus) otsus=("R" + str(suvaline) + str(choice(tegevus))) print(otsus) a=raw_input() fm.write(a+"\n") if varv =="S": a=raw_input() y=1 while y != 0: # a=input() a=a.split() x=a[6:] #print(x) kõik=[] for r in x: kõik.append(r[1:3]) #print(kõik) red=[] #print() for r in x: if r[0] == "R": red.append(r[1:3]) #print(red) silver=[] for r in x: if r[0] == "S": silver.append(r[1:3]) if ("00") in red: red.remove("00") if ("97") in silver: silver.remove("97") suvaline=choice(silver) # print(suvaline) tegevus=["C", "c"] #põhi if suvaline[1:2] != "0": muutuja=int(suvaline) - 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("1") # print(tegevus) #lõuna if suvaline[1:2] != "7": muutuja=int(suvaline) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("7") # print(tegevus) #ida if suvaline[0:1] != "9": muutuja=int(suvaline) + 10 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("5") # print(tegevus) #lääs if suvaline[0:1] != "1": muutuja=int(suvaline) - 10 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("3") # print(tegevus) #NURGAD #kirre if suvaline[0:1] != "9": if suvaline[1:2] != "0": muutuja=int(suvaline) + 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("2") # print(tegevus) #kagu if suvaline[0:1] != "9": if suvaline[1:2] != "7": muutuja=int(suvaline) + 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("8") # print(tegevus) #edel if suvaline[0:1] != "1": if suvaline[1:2] != "7": muutuja=int(suvaline) - 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("6") # print(tegevus) #loe if suvaline[0:1] != "1": if suvaline[1:2] != "0": muutuja=int(suvaline) - 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) # print(muutuja) if str(muutuja) not in kõik: tegevus.append("0") # print(tegevus) #kohad kuhu arvuti ei saa käia if suvaline == "77": if ("5") in tegevus: tegevus.remove("5") if suvaline == "76": if ("8") in tegevus: tegevus.remove("8") if suvaline == "86": if ("7") in tegevus: tegevus.remove("7") if suvaline == "96": if ("6") in tegevus: tegevus.remove("6") if suvaline == "70": if ("5") in tegevus: tegevus.remove("5") if suvaline == "71": if ("2") in tegevus: tegevus.remove("2") if suvaline == "81": if ("1") in tegevus: tegevus.remove("1") if suvaline == "90": if ("3") in tegevus: tegevus.remove("3") if suvaline == "91": if ("0") in tegevus: tegevus.remove("0") # print(tegevus) otsus=("S" + str(suvaline) + str(choice(tegevus))) print(otsus) a=raw_input() # print(a) fm.write(a+"\n")