<?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>C/C++</anon>
  </categories>
  <description>以前、Python3で書きました。 s51517765.hatenadiary.jp今回はC++です。 最近、C++の勉強を兼ねてC++で競技プログラミングの勉強をしています。入力編競技プログラミングでは以下のように入力が与えらるのが基本です。 最初の一行は、続く入力行の回数であることが多く、二行目以降はスペース区切りが多いです。 入力は「数値」に見えても「文字列」です。 しかしC++ではそのまま数値として受け取ることができるようです。 //入力 3 6 5 1 2 2 3#include &lt;iostream&gt; using namespace std; //cin, coutを使う int m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fs51517765.hatenadiary.jp%2Fentry%2F2019%2F12%2F02%2F073000&quot; title=&quot;競技プログラミングの基本入出力(C++) - プログラミング素人のはてなブログ&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://images-fe.ssl-images-amazon.com/images/I/516UTurZAwL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-02 07:30:00</published>
  <title>競技プログラミングの基本入出力(C++)</title>
  <type>rich</type>
  <url>https://s51517765.hatenadiary.jp/entry/2019/12/02/073000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
