<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>UME</author_name>
  <author_url>https://blog.hatena.ne.jp/UME/</author_url>
  <blog_title>UME's blog</blog_title>
  <blog_url>https://ume.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>paiza.jpbashは2次元配列ってどうやって作ればいいのかよくわからなかったので、x軸とy軸がこの問題だと100までということになってるので、 arr[1][1]とやりたいところをarr[1001]とするようにしてます。 arr[99][99]だったらarr[99099]ですね arr[100][1]だったら、arr[100001]です。力技ですね #!/bin/bash read N H W read SY SX read SS for DATA_H in $(seq 1 $H) do read -a ARR for DATA_W in $(seq 1 $W) do DATA=$((D…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fume.hatenadiary.com%2Fentry%2F2025%2F07%2F11%2F162021&quot; title=&quot;paizaのB136問題をbashで - UME&amp;#39;s blog&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>2025-07-11 16:20:21</published>
  <title>paizaのB136問題をbashで</title>
  <type>rich</type>
  <url>https://ume.hatenadiary.com/entry/2025/07/11/162021</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
