S=list(map(int,input().split())) T=[str(s^1) for s in S] print(''.join(T))