-->
当前位置:首页 > 题库

PROGRAMMING:Pass the test

Luz5年前 (2021-05-10)题库379
Input the score value x ∈ [0100], if x ≥ 60, output pass, otherwise output fail.
###Input format:
Directly input an integer between [0100], without any additional characters.
###Output format:
Directly output your "pass" or "fail" without any additional characters.
###Input example:
```in
seventy-eight
```
###Output example:
```out
pass
```
###Input example:
```
forty-six
```
###Output example:
```
fail
```






answer:If there is no answer, please comment