You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ((b1 = b2) and (b2 = b3)) or ((b4 = b5) and (b5 = b6)) or ((b7 = b8) and (b8 = b9)) or ((b1 = b4) and (b4 = b7)) or ((b2 = b5) and (b5 = b8)) or ((b3 = b6) and (b6 = b9)) or ((b1 = b5) and (b5 = b9)) or ((b3 = b5) and (b5 = b7))
126
+
winner << turn + 1
127
+
end
128
+
if (winner ~= 0)
129
+
flag << 0
130
+
end
131
+
end
132
+
$aux << "1"
133
+
if (winner = 2)
134
+
aux << "2"
135
+
end
136
+
out("And the winner is... Player "+aux+" congratulations!!\n")
0 commit comments