using System.Collections.Generic;
static void Main(String[] args) {
int numberTestCases = Convert.ToInt32(Console.ReadLine());
for (int i = 0; i < numberTestCases; i++) {
int seasons = Convert.ToInt32(Console.ReadLine());
for (int counter = 0; counter < seasons; counter++) {
Console.WriteLine(height);