我试图调试这个简单的代码:#include"limits.h"intmain(){longlonga=LLONG_MAX;return0;}如果我像这样运行它g++test.cpp我明白了test.cpp:Infunction‘main’:test.cpp:5:17:error:‘LLONG_MAX’undeclared(firstuseinthisfunction)longlonga=LLONG_MAX;我检查了这个常量的引用,它说:LLONG_MIN,LLONG_MAXandULLONG_MAXaredefinedforlibrariescomplyingwiththeCstand