「AP過去問 令和6年度秋期 午前 問5」の版間の差分

提供:yonewiki
(ページの作成:「|AP過去問 令和6年度秋期 午前 問題に戻る AP過去問 令和6年度秋期 午前 問4AP過去問 令和6年度秋期 午前 問6へ =='''問5(問題文)'''==   =='''回答・解説'''==   AP過去問 令和6年度秋期 午前 問4AP過去問 令和6年度秋期 午前 問6へ AP過去問 令和6年度秋期 午前#問題||AP過去問 令和6年度秋期 午前…」)
 
(同じ利用者による、間の5版が非表示)
6行目: 6行目:


=='''問5(問題文)'''==
=='''問5(問題文)'''==
<yjavascript>
</script>
<style>
  table#tree {
    border-collapse: collapse;
    width: 800px;
    height: 800px;
    table-layout: fixed;
  }
  td#tree {
    text-align: center;
    vertical-align: middle;
  }
  .tree {
    position: relative;
    width: 600px;
    height: 600px;
  }
  .node {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f0f8ff;
    border: 2px solid #4682b4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .line {
    position: absolute;
    width: 2px;
    background-color: #4682b4;
    transform-origin: top center;
  }
</style>
<table>
  <tr>
    <td style="background-image: url('https://wiki.yo-net.jp/images/HouganBG.png');">
<div class="tree">
  <!-- Top Node -->
  <div class="node" style="top: 20px; left: 50%;">1</div>


  <!-- Level 2 -->
  <div class="node" style="top: 100px; left: 25%;">2</div>
  <div class="node" style="top: 100px; left: 75%;">3</div>
  <!-- Level 3 -->
  <div class="node" style="top: 200px; left: 12.5%;">4</div>
  <div class="node" style="top: 200px; left: 37.5%;">5</div>
  <div class="node" style="top: 200px; left: 62.5%;">6</div>
  <div class="node" style="top: 200px; left: 87.5%;">7</div>
  <!-- Level 4 (left side) -->
  <div class="node" style="top: 300px; left: 6.25%;">8</div>
  <div class="node" style="top: 300px; left: 18.75%;">9</div>
  <!-- Level 5 (right side) -->
  <div class="node" style="top: 400px; left: 81.25%;">10</div>
  <div class="node" style="top: 400px; left: 93.75%;">11</div>
  <!-- Connectors -->
  <!-- Level 1 to Level 2 -->
  <div class="line" style="top: 60px; left: 37.5%; height: 40px; transform: rotate(135deg);">L1</div>
  <div class="line" style="top: 60px; left: 62.5%; height: 40px; transform: rotate(45deg);">L2</div>
  <!-- Level 2 to Level 3 -->
  <div class="line" style="top: 140px; left: 18.75%; height: 60px; transform: rotate(135deg);">L3</div>
  <div class="line" style="top: 140px; left: 31.25%; height: 60px; transform: rotate(45deg);">L4</div>
  <div class="line" style="top: 140px; left: 68.75%; height: 60px; transform: rotate(135deg);">L5</div>
  <div class="line" style="top: 140px; left: 81.25%; height: 60px; transform: rotate(45deg);">L6</div>
  <!-- Level 3 to Level 4 -->
  <div class="line" style="top: 240px; left: 9.375%; height: 60px; transform: rotate(135deg);">L7</div>
  <div class="line" style="top: 240px; left: 15.625%; height: 60px; transform: rotate(45deg);">L8</div>
  <!-- Level 3 to Level 5 -->
  <div class="line" style="top: 240px; left: 84.375%; height: 60px; transform: rotate(135deg);">L9</div>
  <div class="line" style="top: 240px; left: 90.625%; height: 60px; transform: rotate(45deg);">L10</div>
</div>
    </td>
  </tr>
</table>
<script>
</yjavascript>


 
 

2024年11月25日 (月) 23:22時点における版

|AP過去問 令和6年度秋期 午前 問題に戻る

AP過去問 令和6年度秋期 午前 問4

AP過去問 令和6年度秋期 午前 問6

問5(問題文)

1

2
3

4
5
6
7

8
9

10
11

L1
L2

L3
L4
L5
L6

L7
L8

L9
L10

 

回答・解説

 

AP過去問 令和6年度秋期 午前 問4

AP過去問 令和6年度秋期 午前 問6

|AP過去問 令和6年度秋期 午前 問題に戻る