#include <iostream>#include <string> int main() { std::string x; std::cout << x.max_size() << '\n'; return 0;}
Standard input is empty
9223372036854775807
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!