using System;
public class Program
{
public static void Main()
int height= 0;
Console.WriteLine("身高 cm");
if (height <= 120){
Console.WriteLine("免費0元"+"<=120公分");
}
else if(height >121 && height <= 150)
Console.WriteLine("半價100元"+"121~150公分");
else if (height >150){
Console.WriteLine("全票200元"+"高於150公分");