<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>GCC</anon>
  </categories>
  <description>もう一個いっとこー 課題2-A：データを圧縮・解凍するプログラムを実装せよ。 が・ガンバリマス。 方針 超簡単なランレングス符号でいっときます。 aaaaというデータがあったら、[4 a]として保存。1個の場合はaとします。 日本語は考えないということで、数にあたるデータなら、バイトの1個目をフラグにしておきます。 サボりすぎ!? 圧縮 #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; int main(void) { int c, d; int n = 1; c = getchar(); while (c != EOF) { d = getchar(); if (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080129%2F1201547557&quot; title=&quot; 東大の演習問題に挑戦(2) - 圧縮・解凍編 - ボクノス&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>2008-01-29 04:12:37</published>
  <title> 東大の演習問題に挑戦(2) - 圧縮・解凍編</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080129/1201547557</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
