strtoll 函数在 C++ 中用于将字符串转换为长整型(long long)数值
strtoll
long long
LLONG_MAX
LLONG_MIN
errno
ERANGE
EINVAL
注意:在使用 strtoll 时,请确保包含 <cstdlib> 头文件。
<cstdlib>