[#1782] fix(README): fix readme
This commit is contained in:
@@ -13,7 +13,7 @@ You are also given an integer `extraStudents`. There are another `extraStudents`
|
||||
|
||||
The **pass ratio** of a class is equal to the number of students of the class that will pass the exam divided by the total number of students of the class. The **average pass ratio** is the sum of pass ratios of all the classes divided by the number of the classes.
|
||||
|
||||
Return the *maximum* possible average pass ratio after assigning the `extraStudents` students. Answers within `10-5` of the actual answer will be accepted.
|
||||
Return the *maximum* possible average pass ratio after assigning the `extraStudents` students. Answers within `10^-5` of the actual answer will be accepted.
|
||||
|
||||
## 解題思路
|
||||
|
||||
|
Reference in New Issue
Block a user