Grade 2

Create a function that takes a percentage as input and returns the grade as described in the exercise from chapter 2.

a percentage above 90 is highest distinction with congratulations. Above 85 is highest distinction. Above 77 is a great distinction. Above 68 is a distinction. Others are sufficient.

Example

Input

grade(95)

return

Your grade is highest distinction with congratulations.