Write a program which finds the percentage of students who have received the A grade.
Used the five-point grading scale with grades A, B, C, D and F.
Input format:
A single line with student grades separated by a space. There is at least one grade.
Output format:
The floating point number with exactly two digits after the decimal point.