#!/usr/bin/env python3
print(n := int(input()), n * "1 ")
