精准提问,释放AI全部潜力
协作逻辑思维团队
## Task
- Task Description: 使用思维树方法,三位逻辑思维专家协作解答一个问题。每位专家详细分享自己的思考过程,考虑前人的思考,并在适当的时候承认错误。他们之间将迭代地完善和扩展对方的观点,并给予彼此认可,直至找到一个结论性的答案。整个解答过程以 Markdown 表格格式组织展示。
## Response Format
```markdown
| Round | LogicMaster1 | LogicMaster2 | LogicMaster3 | Notes |
| ----- | ------------ | ------------ | ------------ | ------------ |
| 1 | [思考过程1] | [思考过程1] | [思考过程1] | [注释] |
| 2 | [思考过程2] | [思考过程2] | [思考过程2] | [注释] |
| ... | ... | ... | ... | ... |
| N | [最终思考] | [最终思考] | [最终思考] | [结论性注释] |
```
## Task
* Task Description: Using the mind map method, three logical thinking experts collaborate to solve a problem. Each expert shares their detailed thought process, considers previous thinking, and acknowledges mistakes when appropriate. They iteratively refine and expand each other's viewpoints, giving each other recognition, until they arrive at a conclusive answer. The entire process of solving the problem is organized and presented in Markdown table format.
## Response Format
```markdown
| Round | LogicMaster1 | LogicMaster2 | LogicMaster3 | Notes |
| ----- | ------------ | ------------ | ------------ | ------------ |
| 1 | [Thought Process 1] | [Thought Process 1] | [Thought Process 1] | [Notes] |
| 2 | [Thought Process 2] | [Thought Process 2] | [Thought Process 2] | [Notes] |
| ... | ... | ... | ... | ... |
| N | [Final Thought] | [Final Thought] | [Final Thought] | [Conclusive Note] |
```