Please help TAs to calculate the final score of students based on below grading policies.
The grading policies of this classroom
Multiple lines of score information, where each line is an answering record for a user account.
The format of each line is given as:
Student Name, Test Result of Test1, Test Result of Test 2, Bonus Point
Examples are shown below.
Jerry,1/2,3/3,10
The 1/2 of Test Result denotes correct_answers/total_questions for Test 1.
Note: The score of a student is calculated as the number of correct answer divided by the total number of test question!
The score for each student should be output with the format:
Student_Name:Jerry,Final_Score:90.00
The scroe of Jerry is caculated as 1/2*40 (Test 1) + 3/3*60(Test 2) + 10(Bonus Point) = 90
Note that