Files
poker_task3/README.md
2025-09-23 17:40:25 +08:00

23 lines
256 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Poker Task3
这是Task3的实现计算TURN阶段的EMD (Earth Mover's Distance) 距离。
### 运行程序
```bash
# 默认示例运行
python main.py
# 或使用uv
uv run python main.py
```
### 输入格式
示例:
```
AsKs
7s6s
8h9d9cQh
```