<?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>文字列</anon>
    <anon>for文</anon>
    <anon>for文:N回処理する</anon>
    <anon>文字列操作:indexアクセス</anon>
    <anon>文字列操作:concat</anon>
    <anon>AtCoder</anon>
    <anon>AtCoder100点</anon>
    <anon>ABC-A</anon>
    <anon>灰色diff</anon>
    <anon>易しい文字列の問題</anon>
    <anon>K番目を求める</anon>
    <anon>NoviSteps6Q</anon>
  </categories>
  <description>文字列のいい感じの問題！ 問題へのリンク 問題概要 文字 'A' を 個、'B' を 個、…、'Z' を 個、この順に繋げて得られる文字列の先頭から 番目の文字を求めてください。 制約 考えたこと 実際に文字列を作り、その 番目にアクセスすればよい。 実際に文字列を作る部分は、次のようにできる。全体としては 2 重の for 文となる。 string res = &quot;&quot;; for (char c = 'A'; c &lt;= 'Z'; c++) { res に文字 c を N 個付け足す; } コード #include &lt;bits/stdc++.h&gt; using namespace std; int …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrken1215.hatenablog.com%2Fentry%2F2024%2F07%2F29%2F214657&quot; title=&quot;AtCoder ABC 257 A - A to Z String 2 (6Q, 灰色, 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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-07-29 21:46:57</published>
  <title>AtCoder ABC 257 A - A to Z String 2 (6Q, 灰色, 100 点)</title>
  <type>rich</type>
  <url>https://drken1215.hatenablog.com/entry/2024/07/29/214657</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
