C++程序  |  5行  |  112 B

#ifndef _STL_ALGOBASE_H
#define _STL_ALGOBASE_H
template<typename _Tp, _Tp> struct integral_constant {};
#endif