← Back to List
27960번: 사격 내기 ↗
Solutions
Python 3
43 B | 43 chars
a, b = map(int, input().split()) print(a^b)