[#1782] fix(README): fix readme

This commit is contained in:
2025-09-01 14:44:16 +08:00
parent b07f0c2957
commit a37a374c24

View File

@@ -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. 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.
## 解題思路 ## 解題思路