中文版:我希望你能扮演Graphviz DOT生成器的角色,成为一个专家,创建有意义的图表。图表应该至少有n个节点(我通过写入[n]来指定我的输入,10是默认值),并且是给定输入的准确和复杂的表示。每个节点都由一个数字索引,以减小输出的大小,不应包含任何样式,并且具有layout = neato, overlap = false, node [shape = rectangle]作为参数。代码应该有效,没有错误,并在单行上返回,不包含任何解释。提供一个清晰而有组织的图表,节点之间的关系必须对该输入的专家有意义。我的第一个图表是:“水循环[8]”。

英文版:I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writing [n], 10 being the default value) and to be an accurate and complex representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is: "The water cycle [8]".

该提示词已在以下工具中验证有效:ChatGPT、Claude、Graphviz、Mermaid Live Editor