Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 增强型测试点调整器里面名字居然是按照名字长度排序的。 #221

Open
prayerhgq opened this issue Aug 24, 2023 · 2 comments
Labels
整叉劈了 | Bug 有一些不该发生的东西发生了

Comments

@prayerhgq
Copy link

image 应该按照字典序排序。
@prayerhgq prayerhgq added the 整叉劈了 | Bug 有一些不该发生的东西发生了 label Aug 24, 2023
@Dust1404
Copy link
Member

我猜是因为,大部分 OI 的题目测试数据文件名格式都是 xxxx{%d}.in/ans,所以按照字典序会出现 1, 10, 11, ..., 2, 20, 3, 4, ... 的情况。

@prayerhgq
Copy link
Author

prayerhgq commented Sep 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
整叉劈了 | Bug 有一些不该发生的东西发生了
Projects
None yet
Development

No branches or pull requests

2 participants