problemscpp
A collection of my answers to algorithm problems in c++.
|
1018 Public Bike Management 更多...
类 | |
struct | frame |
struct | frame_cmp |
函数 | |
int | main (istream &cin, ostream &cout) |
TEST (a1018, case1) | |
TEST (a1018, case2) | |
TEST (a1018, case3) | |
1018 Public Bike Management
int pat::a::a1018::main | ( | istream & | cin, |
ostream & | cout | ||
) |
< the maximum capacity of each station
< the total number of stations
< the index of the problem station
< the number of roads
< the node number of bikes at Si respectively
引用了 pat::a::a1018::frame::bikes, acwing::acwing861::find(), pat::a::a1018::frame::get_back(), pat::a::a1018::frame::get_go(), pat::a::a1018::frame::len, pat::a::a1018::frame::node, pat::a::a1018::frame::path , 以及 pat::a::a1018::frame::start.
被这些函数引用 TEST().
pat::a::a1018::TEST | ( | a1018 | , |
case1 | |||
) |
pat::a::a1018::TEST | ( | a1018 | , |
case2 | |||
) |
pat::a::a1018::TEST | ( | a1018 | , |
case3 | |||
) |