Problem1055--成绩1055: 成绩
Time Limit: 1.000 Sec Memory Limit: 128 MB
Submit: 306 Solved: 209
[Submit] [Status] [Web Board] [Creator:]Description
例3.4 根据用户输入的成绩,判断是否通过了考试。
Input
一个整数,表示考试成绩。
Output
成绩≥60,输出“pass!”;否则输出“sorry!”。
Sample Input
90
Sample Output
pass!
Source/Category
[Submit] [Status]