alg2025/.gitignore
Zengtudor 65fe11a140 feat: 实现线段树功能并优化.gitignore
添加线段树实现,支持区间加、乘和查询操作
移除.gitignore中/test.*前的斜杠以正确忽略测试文件
2025-10-17 23:37:34 +08:00

5 lines
32 B
Plaintext

/build
/.cache
test.*
*.in
*.ans