num = int( raw_input("How high should I count? ") ) for i in range(num): print i,