<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sugarknri</author_name>
  <author_url>https://blog.hatena.ne.jp/sugarknri/</author_url>
  <blog_title>メモ</blog_title>
  <blog_url>https://sugarknri.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>問題はこちら No.565 回転拡大 - yukicoder90度回転する操作により(i,j)にうつるようなマスは(h-1-j,i)である。（0-based index） よって new[i][j]=old[h-1-j][i]; という感じのことをi,jについてループでやればよい。 180度、270度回転はこの操作を繰り返し用いれば良い。 r,k,h,w,i,j,n; char s[5][11][11]; main(){ scanf(&quot;%d%d%d%d\n&quot;,&amp;r,&amp;k,&amp;h,&amp;w); for(i=0;i&lt;h;i++)gets(s[0][i]); for(n=0;n*90&lt;r;n++){ fo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsugarknri.hatenablog.com%2Fentry%2F2017%2F11%2F07%2F073612&quot; title=&quot;yukicoder No.565 回転拡大 - メモ&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>2017-11-07 07:36:12</published>
  <title>yukicoder No.565 回転拡大</title>
  <type>rich</type>
  <url>https://sugarknri.hatenablog.com/entry/2017/11/07/073612</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
