vijos / vj4

The online judge service with millions of submissions, since 2005.
https://vijos.org
GNU Affero General Public License v3.0
527 stars 108 forks source link

Fix NoneType + int when `calculated_difficulty` is `None` #643

Closed twd2 closed 1 year ago

twd2 commented 1 year ago

When a problem has no submission, its calculated difficulty is None, and an error will occur when it is added with difficulty_admin to calculate the average difficulty. Use difficulty_admin in this situation.