#yuki1264 n=int(input()) if n==0: print('0') else: print('01'+'0'*n)