problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
bi ()=default | |
bi (const string &str) | |
bool | is_palindromic () const |
bi | operator+ (const bi &n2) const |
void | reverse () |
Public 属性 | |
vector< unsigned short > | vec |
|
default |
被这些函数引用 operator+().
pat::a::a1024::bi::bi | ( | const string & | str | ) |
|
nodiscard |
void pat::a::a1024::bi::reverse | ( | ) |
vector<unsigned short> pat::a::a1024::bi::vec |
被这些函数引用 bi(), is_palindromic(), operator+() , 以及 reverse().