<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ThreeStones</author_name>
  <author_url>https://blog.hatena.ne.jp/ThreeStones/</author_url>
  <blog_title>ThreeStonesのアレ</blog_title>
  <blog_url>https://threestones.hateblo.jp/</blog_url>
  <categories>
    <anon>TopCoder</anon>
  </categories>
  <description>問題概要 入力：整数集合 出力：整数値 整数集合の冪集合を抽出し、その合計値を算出せよ。 ただし、冪集合は隣り合う値でのみ採用する。 {1, 2, 3} ▶︎{ 1 }, { 2 }, { 3 }, {1, 2}, {2, 3}, { 1, 2, 3} ▶︎1, 2 ,3, 3, 5, 6 ▶︎20 class SumOfPower { public int findSum(int[] array) { int sum = 0; for (int i = 0; i &lt; array.Length; i++) { int tmp = array [i]; sum += tmp; for (int …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthreestones.hateblo.jp%2Fentry%2F2014%2F06%2F29%2F024927&quot; title=&quot;Match626_DIV2_250 - ThreeStonesのアレ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-06-29 02:49:27</published>
  <title>Match626_DIV2_250</title>
  <type>rich</type>
  <url>https://threestones.hateblo.jp/entry/2014/06/29/024927</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
