problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
int | get_score () const |
bool | operator< (const student &) const |
Public 属性 | |
int | final = -1 |
string | id |
int | mid_term = -1 |
int | p = -1 |
int | score {} |
int pat::b::b1080::student::get_score | ( | ) | const |
引用了 mid_term.
bool pat::b::b1080::student::operator< | ( | const student & | stu | ) | const |
string pat::b::b1080::student::id |
被这些函数引用 operator<().
int pat::b::b1080::student::mid_term = -1 |
被这些函数引用 get_score().
int pat::b::b1080::student::score {} |
被这些函数引用 operator<().