zhblue / freeproblemset

freeproblemset is a standard for acm-icpc contest problem storage in xml
GNU Lesser General Public License v3.0
195 stars 58 forks source link

建议添加subtask点支持, 谢谢 #25

Open ShorterTuxedo opened 1 year ago

ShorterTuxedo commented 1 year ago

IOI / NOI 试题中含有subtask测试点限制与评分信息,OJ 会根据测试点的限制做出评分

image

zhblue commented 1 year ago

目前支持fps比较好的系统只有HUSTOJ HydroOJ QDUOJ 多数题源来自HUSTOJ,可以参考HUSTOJ的实现: https://github.com/zhblue/hustoj/blob/master/trunk/core/judge_client/judge_client.cc#L3296 用文件名中的方括号来标记分数权重。 随意修改fps标准会给大家带来额外的开发工作量,建议参考这种兼容的折中实现。