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, 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.
pat::a::a1018::TEST | ( | a1018 | , |
case1 | ) |
在文件 pat_test.cpp 第 2124 行定义.
引用了 main().
pat::a::a1018::TEST | ( | a1018 | , |
case2 | ) |
在文件 pat_test.cpp 第 2137 行定义.
引用了 main().
pat::a::a1018::TEST | ( | a1018 | , |
case3 | ) |
在文件 pat_test.cpp 第 2152 行定义.
引用了 main().