0
Why it show runtime error:
Uri problem 1026 def main(a, b): print(a^b) while(True): try: x, y = map(int, input().split()) except EOFerror: break main(x, y)
1 ответ
0
Give me some numbers to test the code with? and where did you get this problem ...