万能库
#include <bits/stdc++>
插入
删除
查找
[capture](parameters) -> return_type { body }
capture
[=]
[&]
parameters
return_type
body