N=int(input())
print("01",end='')
for i in range(N):
    print("0",end='')
print()