HimitZH / HOJ

⚡🔥Hcode Online Judge(HOJ)🔥⚡:基于SpringCloud与Vue前后端分离,分布式架构的在线测评平台OJ (An open source online judge system base on SpringBoot, Springcloud Alibaba and Vue.js !)
https://docs.hdoi.cn
MIT License
654 stars 143 forks source link

Change the ProblemList Sort Way #30

Closed linmobi closed 3 months ago

linmobi commented 1 year ago

Due to formatting issues with the problem_id in CF and some question banks, it is not possible to simply sort them directly through length and character sorting. Just like the id 1832C,1832D1,1832D2,1832E, if sort them directly through length and character, the results are 1832C,1832E,1832D1,1832D2, this is wrong