using System;
public class Program
{
public static void Main()
Console.WriteLine("It was a ______, cold november day");
string word = Console.ReadLine();
string word = Cosole.ReadLine());
Console.WriteLine("I woke up to the smell of" + word);
}