よじろめ覚書

私の理解度重視のソースコードです。

2019-07-24から1日間の記事一覧

ABC042B - 文字列大好きいろはちゃんイージー / Iroha Loves Strings (ABC Edition)

ABC

問題:B - 文字列大好きいろはちゃんイージー / Iroha Loves Strings (ABC Edition) #include <algorithm> #include <iostream> #include <string> #include <vector> using namespace std; #define REP(i, n) for (int i = 0; i < (n); ++i) #define ALL(a) (a).begin(), (a).end() #define PB pu</vector></string></iostream></algorithm>…