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で解いてみま … AtCoder
ABC347 A問題(Divisible)を解く
2024年3月31日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)347 のA問題をC++とPythonで解いてみま … C言語
間違えやすい文字の紹介
2024年3月30日 anadapunch プロひろ
前回の記事は、数字の1と小文字のlが紛らわしいことを紹介しました。他にも読み間違いやすい文字を紹介します。 間違えやすい文字 MISRA C 最新版(2023)の D … C言語
1とlは、どれくらい間違えやすいか
2024年3月29日 anadapunch プロひろ
C言語の整数定数の型について記事を書きました。そこで紹介した接尾辞について紛らわしく見える書き方を紹介します。 どう読める? 次の変数宣言を見てください。 lo … AtCoder
ABC346 E問題(Paint)を解く
2024年3月28日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)346 のE問題をC++とPythonで解いてみました。ABC346は、2024年3月23 … AtCoder
ABC346 D問題(Gomamayo Sequence)を解く
2024年3月27日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)346 のD問題をC++とPythonで解いてみま … AtCoder
ABC346 C問題(Σ)を解く
2024年3月26日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)346 のC問題をC++とPythonで解いてみました。ABC346は、2024年3月23 …