12888: goto语句使用I

Memory Limit:128 MB Time Limit:10.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:0

Description

本题目要求使用goto语句。从键盘输入算式“3+2”的答案。如果结果正确,输出“zhengque”;如果结果错误输出“zaishiyici”,并重新输入结果,直到结果正确为止。

Input

输入算式“3+2”的结果。

Output

结果正确输出“zhengque”;结果错误输出“zaishiyici”,并提示再次输入。

Sample Input Copy

5

Sample Output Copy

3+2=?
zhengque