2020-06-28 23:07:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2023-05-13 02:30:22 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: project_euler/problem_10/sol2.c Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="183pt" height="94pt"
|
|
|
|
viewBox="0.00 0.00 182.75 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89.75)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>project_euler/problem_10/sol2.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Problem 10 solution">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="141.5,-85.75 32.5,-85.75 32.5,-55.25 141.5,-55.25 141.5,-85.75"/>
|
|
|
|
<text text-anchor="start" x="40.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
|
|
|
|
<text text-anchor="middle" x="87" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_10/sol2.c</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="46,-19.25 0,-19.25 0,0 46,0 46,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="23" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M71.18,-54.95C62,-46.5 50.4,-35.83 40.89,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.6,-24.9 33.87,-20.7 38.86,-30.05 43.6,-24.9"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 64.38,-19.25 64.38,0 109.62,0 109.62,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="87" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M87,-54.95C87,-47.62 87,-38.62 87,-30.66"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.5,-30.7 87,-20.7 83.5,-30.7 90.5,-30.7"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="174.75,-19.25 127.25,-19.25 127.25,0 174.75,0 174.75,-19.25"/>
|
|
|
|
<text text-anchor="middle" x="151" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M102.82,-54.95C112,-46.5 123.6,-35.83 133.11,-27.08"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.14,-30.05 140.13,-20.7 130.4,-24.9 135.14,-30.05"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|