AtCoder
ABC348 D問題(Medicines on Grid)を解く
2024年4月10日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)348 のD問題をC++とPythonで解いてみま … AtCoder
ABC348 C問題(Colorful Beans)を解く
2024年4月9日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)348 のC問題をC++とPythonで解いてみま … AtCoder
ABC348 B問題(Farthest Point)を解く
2024年4月8日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)348 のB問題をC++とPythonで解いてみま … AtCoder
ABC348 A問題(Penalty Kick)を解く
2024年4月7日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)348 のA問題をC++とPythonで解いてみま … C言語
8進数に気を付けよう
2024年4月6日 anadapunch プロひろ
C言語についての記事です。知らない間に8進数を使わないようにしましょう、という注意喚起です。 整数定数の復習 整数定数については、すでに記事にしています。そのまま引用 … C言語
選択文と繰返し文の本体は複合文にしよう
2024年4月5日 anadapunch プロひろ
C言語の選択文と繰返し文の本体は、常に複合文にするというスタイルを紹介します。 どう読める? 次のC言語のコード片を見てください。 if (condition1 … AtCoder
ABC347 E問題(Set Add Query)を解く
2024年4月4日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)347 のE問題をC++とPythonで解いてみま … AtCoder
ABC347 D問題(Popcount and XOR)を解く
2024年4月3日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)347 のD問題をC++とPythonで解いてみま … AtCoder
ABC347 C問題(Ideal Holidays)を解く
2024年4月2日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)347 のC問題をC++とPythonで解いてみま … AtCoder
ABC347 B問題(Substring)を解く
2024年4月1日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)347 のB問題をC++とPythonで解いてみま …