problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
school ()=default | |
school (string id) | |
int | get_score () const |
bool | operator< (const school &) const |
Public 属性 | |
int | a_sum = 0 |
int | b_sum = 0 |
int | count = 0 |
string | id |
int | t_sum = 0 |
|
default |
|
inlineexplicit |
int pat::b::b1085::school::get_score | ( | ) | const |
被这些函数引用 operator<().
bool pat::b::b1085::school::operator< | ( | const school & | sc | ) | const |
引用了 count, get_score() , 以及 id.
int pat::b::b1085::school::a_sum = 0 |
被这些函数引用 get_score().
int pat::b::b1085::school::b_sum = 0 |
被这些函数引用 get_score().
int pat::b::b1085::school::count = 0 |
被这些函数引用 operator<().
string pat::b::b1085::school::id |
被这些函数引用 operator<().
int pat::b::b1085::school::t_sum = 0 |
被这些函数引用 get_score().