#include using namespace std; int main() { string word; cout << " For this library the lonest string is " << word.max_size() << endl; cout << "and string::npos is " << string::npos << endl; }