Problem C: 分支结构--猜价格

Problem C: 分支结构--猜价格

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 457  Solved: 293
[Status] [Submit] [Creator:]

Description

现在请你设计一个程序,来猜商品的价格,得到判断结果

如果正确,输出"你猜对了"
如果小了,输出"你猜小了"
如果大了,输出"你猜大了"

商品的价格是66元

Input

输入一个正整数n,表示你猜的数字

Output

输出判断结果

Sample Input Copy

30

Sample Output Copy

你猜小了