<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekokichi_yos2</author_name>
  <author_url>https://blog.hatena.ne.jp/nekokichi_yos2/</author_url>
  <blog_title>ねこきちのプログラミング墓地</blog_title>
  <blog_url>https://nekokichi2yos2.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>競技プログラミング</anon>
  </categories>
  <description>使用言語 問題文 解法プロセス 回答 使用言語 Python 3 問題文 No.729 文字swap - yukicoder 解法プロセス １、入力した文字列をリストに分割２、入れ替えたい要素(文字)を逆にする 回答 s = list(input()) i,j = map(int, input().split()) s[i],s[j] = s[j],s[i] print(''.join(s))</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekokichi2yos2.hatenablog.com%2Fentry%2F2018%2F10%2F13%2F154848&quot; title=&quot;【yukicoder】No.729 文字swap - ねこきちのプログラミング墓地&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>2018-10-13 15:48:48</published>
  <title>【yukicoder】No.729 文字swap</title>
  <type>rich</type>
  <url>https://nekokichi2yos2.hatenablog.com/entry/2018/10/13/154848</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
