<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>drken1215</author_name>
  <author_url>https://blog.hatena.ne.jp/drken1215/</author_url>
  <blog_title>けんちょんの競プロ精進記録</blog_title>
  <blog_url>https://drken1215.hatenablog.com/</blog_url>
  <categories>
    <anon>for文</anon>
    <anon>for文・while文:条件を満たすまで回す</anon>
    <anon>AtCoder</anon>
    <anon>AtCoder100点</anon>
    <anon>ABC-A</anon>
    <anon>灰色diff</anon>
    <anon>NoviSteps8Q</anon>
    <anon>1個の整数の入力を扱う易しい問題</anon>
  </categories>
  <description>while 文や for 文で実装できる。 問題へのリンク 問題概要 正の整数 が与えられる。 をこの順に出力せよ。 考えたこと while 文で自然に実装できる。 N &gt;= 0 である限り、N を出力したのち、N の値を 1 下げていけば良い。 コード #include &lt;bits/stdc++.h&gt; using namespace std; int main() { int N; cin &gt;&gt; N; while (N &gt;= 0) { cout &lt;&lt; N &lt;&lt; endl; N--; } }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrken1215.hatenablog.com%2Fentry%2F2024%2F08%2F27%2F020523&quot; title=&quot;AtCoder ABC 281 A - Count Down (8Q, 灰色, 100 点) - けんちょんの競プロ精進記録&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/80936665/1687765056723440</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-08-27 02:05:23</published>
  <title>AtCoder ABC 281 A - Count Down (8Q, 灰色, 100 点)</title>
  <type>rich</type>
  <url>https://drken1215.hatenablog.com/entry/2024/08/27/020523</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
