feat(main.py):添加CLI工具支持问题管理功能

📝 docs(README.md):更新项目说明并添加main.py使用指南
⬆️ chore(pyproject.toml):添加typer依赖以支持CLI功能
 test(solutions):添加0036号问题的解决方案文件
This commit is contained in:
2026-01-06 14:04:31 +08:00
parent 0ea015f3af
commit 6fb29a863c
5 changed files with 253 additions and 4 deletions

View File

@@ -8,4 +8,5 @@ dependencies = [
"mplusa>=0.0.3",
"numpy>=2.3.5",
"sympy>=1.14.0",
"typer-slim[standard]>=0.21.0",
]