0_0_23442160_27528.cpp: In member function 'int Graph::BellmanFord(int&, double&)': 0_0_23442160_27528.cpp:60:33: error: 'memset' was not declared in this scope memset( inq, 0, sizeof( inq ) ); //初始化在队列数组 ^