Tag: std::string
std::string は、C++ 標準ライブラリで文字列を扱うためのクラスです。
std::string
CTF では、内部表現、Small String Optimization、文字列比較やメモリ配置を解析する問題で扱われます。
ptr-yudai