<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s51517765</author_name>
  <author_url>https://blog.hatena.ne.jp/s51517765/</author_url>
  <blog_title>プログラミング素人のはてなブログ</blog_title>
  <blog_url>https://s51517765.hatenadiary.jp/</blog_url>
  <categories>
    <anon>競プロ</anon>
    <anon>python_3</anon>
  </categories>
  <description>競技プログラミングの基本入出力をPython3で説明します。 基本的過ぎて、ちゃんと説明されたサイトが無くって苦労しました。 Atcoderの先人の解答例は参考になります。入力編競技プログラミングでは以下のように入力が与えらるのが基本です。 最初の一行は、続く入力行の回数であることが多く、二行目以降はスペース区切りが多いです。 入力は「数値」に見えても「文字列」です。 3 6 5 6 8 1 2 3 2 3 4 6 7入力を数値に。 #入力→ '3' n = int(input()) # 3 スペース区切りをlistに。この時点では文字列になっています。 #入力→ '6 5 6 8' list…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fs51517765.hatenadiary.jp%2Fentry%2F2019%2F04%2F27%2F183936&quot; title=&quot;競技プログラミングの基本入出力(Python3) - プログラミング素人のはてなブログ&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>2019-04-27 18:39:36</published>
  <title>競技プログラミングの基本入出力(Python3)</title>
  <type>rich</type>
  <url>https://s51517765.hatenadiary.jp/entry/2019/04/27/183936</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
