using System;
public class Program
{
public static void Main()
string text = "close";
if(text != "close" || text != "update"){
Console.WriteLine(true);
}else{
Console.WriteLine(false);
}