运行 ❯
创建
您自己的
网站
×
更改方向
更改主题,深色/浅色
转至 Spaces
#include <iostream> #include <string> using namespace std; int main () { string txt = "Hello"; cout << txt.max_size(); return 0; }
4611686018427387903