lib/mapの初期化
code:cpp
map<string,ll> mp = {
{"and",1},
{"not",1},
{"that",1},
{"the",1},
{"you",1}
};
これでいけるんだ 非自明
https://atcoder.jp/contests/adt_all_20250910_2/submissions/69272015