problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
int | get_dist () const |
bool | operator< (const player &) const |
Public 属性 | |
string | id |
int | x {} |
int | y {} |
int pat::b::b1082::player::get_dist | ( | ) | const |
被这些函数引用 operator<().
bool pat::b::b1082::player::operator< | ( | const player & | p | ) | const |
引用了 get_dist().
int pat::b::b1082::player::x {} |
被这些函数引用 get_dist().
int pat::b::b1082::player::y {} |
被这些函数引用 get_dist().