lwgraph2.out

来自「数据结构c++语言描述 Borland C++实现」· OUT 代码 · 共 38 行

OUT
38
字号
Enter the number of vertices in the graph
Enter the number of edges in the graph
Enter edge 1
Enter edge 2
Enter edge 3
Enter edge 4
Enter edge 5
Enter edge 6
The graph has 6 edges.
Vertex 1 = 3 7   2 8   
Vertex 2 = 1 8   
Vertex 3 = 1 7   
Vertex 4 = 5 5   
Vertex 5 = 7 1   6 3   4 5   
Vertex 6 = 7 6   5 3   
Vertex 7 = 5 1   6 6   
Vertex 8 = 
Enter the number of vertices in the graph
Enter the number of edges in the graph
Enter edge 1
Enter edge 2
Enter edge 3
Enter edge 4
Enter edge 5
Enter edge 6
Enter edge 7
Enter edge 8
Enter edge 9
Enter edge 10
The graph has 10 edges.
Vertex 1 = 4 1   6 3   2 2   
Vertex 2 = 4 2   6 6   5 5   3 2   1 2   
Vertex 3 = 6 7   5 4   2 2   
Vertex 4 = 1 1   2 2   5 4   
Vertex 5 = 3 4   2 5   4 4   
Vertex 6 = 3 7   2 6   1 3   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?