#include #include int main() { printf("sizeof(std::string) = %lu\n", sizeof(std::string)); return 0; }