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-09-08 08:17:03 +08:00
|
|
|
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
2020-06-28 23:07:29 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: project_euler/problem_401/sol1.c Pages: 1 -->
|
2022-09-08 08:17:03 +08:00
|
|
|
<svg width="390pt" height="93pt"
|
|
|
|
viewBox="0.00 0.00 389.50 93.00" 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)">
|
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-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#999999" stroke="#666666" points="242.5,-85 132.5,-85 132.5,-55 242.5,-55 242.5,-85"/>
|
|
|
|
<text text-anchor="start" x="140.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">project_euler/problem</text>
|
|
|
|
<text text-anchor="middle" x="187.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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M148.46,-54.99C120.9,-45.1 84.35,-31.98 58.09,-22.56"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.17,-19.22 48.57,-19.14 56.8,-25.81 59.17,-19.22"/>
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M164.02,-54.84C148.7,-45.6 128.79,-33.59 113.55,-24.4"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.12,-21.26 104.75,-19.09 111.51,-27.26 115.12,-21.26"/>
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M179.75,-54.84C175.35,-46.78 169.79,-36.62 165.1,-28.06"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="168.16,-26.36 160.3,-19.27 162.02,-29.72 168.16,-26.36"/>
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M195.25,-54.84C199.65,-46.78 205.21,-36.62 209.9,-28.06"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="212.98,-29.72 214.7,-19.27 206.84,-26.36 212.98,-29.72"/>
|
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-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M211.93,-54.99C228.19,-45.66 249.45,-33.47 265.6,-24.21"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="267.5,-27.15 274.44,-19.14 264.02,-21.08 267.5,-27.15"/>
|
2022-06-08 02:13:03 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node7 -->
|
|
|
|
<g id="node7" class="node">
|
|
|
|
<title>Node7</title>
|
|
|
|
<g id="a_node7"><a xlink:title=" ">
|
2022-09-08 08:17:03 +08:00
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="381.5,-19 337.5,-19 337.5,0 381.5,0 381.5,-19"/>
|
|
|
|
<text text-anchor="middle" x="359.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">omp.h</text>
|
2022-06-08 02:13:03 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node7 -->
|
|
|
|
<g id="edge6" class="edge">
|
|
|
|
<title>Node1->Node7</title>
|
2022-09-08 08:17:03 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M228.7,-54.99C258.97,-44.69 299.52,-30.9 327.4,-21.42"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="328.72,-24.67 337.06,-18.13 326.46,-18.04 328.72,-24.67"/>
|
2020-06-28 23:07:29 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|