public static int Main() { return(QuestCheck.Check(7) ? TRUE : FALSE); }
public static int Main() { return(QuestCheck.Check(3) ? 1 : 0); }