PROGRAMMING:Pass the test
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
###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