6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AtCoder ABC305 A~F の解説スライドを作ってみた (追記: G も)

Last updated at Posted at 2023-06-17

はじめに

京セラプログラミングコンテスト2023(AtCoder Beginner Contest 305) - AtCoder お疲れさまでした。

解説スライドを作ってみました。あと 30分ほどで次の ABC306 が始まりそうなときに公開してもと思いますが、せっかくですので公開します。

スライド

A - Water Station

abc305-a.png

B - ABCDEFG

abc305-b.png

C - Snuke the Cookie Picker

abc305-c.png

D - Sleep Log

abc305-d.png

E - Art Gallery on Graph

abc305-e.png

F - Dungeon Explore

abc305-f.png

G - Banned Substrings

abc305-g-1.png

abc305-g-2.png

おまけ

を参考にしました。これは良いものです。感謝。

ツールは draw.io を使っています。

  • カラースキーマは以下の通り
  • フォントはデジタル庁と同じ Noto Sans JP 中心に、コード部分は Fira Code を使っています
{
  "presetColors": [
    "FFFFFF",
    "0017C1",
    "1A1A1C",
    "259D63",
    "C16800",
    "EC0000",
    "000082",
    "0031D8",
    "1A3EE8",
    "264AF4",
    "4979F5",
    "7096F8",
    "9DB7F9",
    "C5D7FB",
    "E8F1FE",
    "414143",
    "626264",
    "757578",
    "949497",
    "B4B4B7",
    "D8D8DB",
    "E8E8EB",
    "F1F1F4",
    "F8F8FB",
    "115A36",
    "197A4B",
    "1D8B56",
    "2CAC6E",
    "51B883",
    "71C598",
    "9BD4B5",
    "C2E5D1",
    "E6F5EC",
    "B65200",
    "C87504",
    "CD820A",
    "D18D0F",
    "D69C2B",
    "DCAC4D",
    "E1C383",
    "E7D8B9",
    "F3EEE5",
    "D50000",
    "FA1606",
    "FF220D",
    "FF4B36",
    "FF5838",
    "FF7B5C",
    "FFA28B",
    "FFC8B8",
    "FFE7E6",
    "none"
  ]
}

制作過程はこんな感じです。

image.png

もし同じようなことをしたい方はどうぞ。
日本語が少なければ、もしかすると解説を書きやすいかと期待していました。私の場合は残念ながら気のせいでした。

6
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?