盆栽エンジニアリング日記

勉強したことをまとめるブログ

2020-07-01から1ヶ月間の記事一覧

ABC173自分なりのまとめ

A- Payment N円を超えるまで1000円ずつ足していけば良いです。 //競技プログラミング用のテンプレート #include <iostream> #include <vector> #include <algorithm> #include <map> #include <queue> #include <string> #include <math.h> #include <stack> #include <limits> #define rep(i,n) for(int i=0, i##_len=(n); i</limits></stack></math.h></string></queue></map></algorithm></vector></iostream>

格ゲーマーが他ゲーを語る際の傲慢さについて

なんか色々と吐き出したくなったので、グダグダ書いていきます。 きっかけ 格ゲーのプロプレイヤーの配信を見ていると、たまになぜ格ゲーが流行らないのかといった話題になることがあります。 自分はそのような話題になったときのコメントや配信者の発言につ…