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">
|
2022-10-22 18:09:42 +08:00
|
|
|
<!-- Generated by graphviz version 6.0.2 (20221011.1828)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: project_euler/problem_401/sol1.c Pages: 1 -->
|
2022-10-22 18:09:42 +08:00
|
|
|
<svg width="327pt" height="93pt"
|
|
|
|
viewBox="0.00 0.00 327.00 93.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2022-09-08 08:17:03 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89)">
|
2020-06-28 23:07:29 +08:00
|
|
|
<title>project_euler/problem_401/sol1.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Problem 401 solution - Sum of squares of divisors">
|
2022-10-22 18:09:42 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="210.5,-85 100.5,-85 100.5,-55 210.5,-55 210.5,-85"/>
|
|
|
|
<text text-anchor="start" x="108.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
|
|
|
|
<text text-anchor="middle" x="155.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_401/sol1.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=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
|
|
|
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdint.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2022-10-22 18:09:42 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M124.12,-54.99C102.56,-45.36 74.15,-32.67 53.19,-23.31"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="54.4,-20.02 43.85,-19.14 51.55,-26.41 54.4,-20.02"/>
|
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=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="113.5,-19 67.5,-19 67.5,0 113.5,0 113.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="90.5" y="-7" 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>
|
2022-10-22 18:09:42 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M139.77,-54.84C130.14,-46.17 117.81,-35.08 107.89,-26.15"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.01,-23.35 100.24,-19.27 105.33,-28.56 110.01,-23.35"/>
|
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=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="179.5,-19 131.5,-19 131.5,0 179.5,0 179.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="155.5" y="-7" 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>
|
2022-10-22 18:09:42 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M155.5,-54.84C155.5,-47.21 155.5,-37.7 155.5,-29.45"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="159,-29.27 155.5,-19.27 152,-29.27 159,-29.27"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="241.5,-19 197.5,-19 197.5,0 241.5,0 241.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="219.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">time.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
2022-10-22 18:09:42 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M170.99,-54.84C180.47,-46.17 192.61,-35.08 202.38,-26.15"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="204.89,-28.6 209.91,-19.27 200.17,-23.43 204.89,-28.6"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node6 -->
|
|
|
|
<g id="node6" class="node">
|
|
|
|
<title>Node6</title>
|
|
|
|
<g id="a_node6"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="319,-19 260,-19 260,0 319,0 319,-19"/>
|
|
|
|
<text text-anchor="middle" x="289.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
|
2020-06-28 23:07:29 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node6 -->
|
|
|
|
<g id="edge5" class="edge">
|
|
|
|
<title>Node1->Node6</title>
|
2022-10-22 18:09:42 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M187.6,-54.99C209.75,-45.31 238.98,-32.56 260.45,-23.18"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="261.95,-26.35 269.71,-19.14 259.15,-19.93 261.95,-26.35"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|