problemscpp
A collection of my answers to algorithm problems in c++.
|
1003 Emergency 更多...
类 | |
struct | comp |
函数 | |
int | main (istream &cin, ostream &cout) |
TEST (a1003, case1) | |
1003 Emergency
int pat::a::a1003::main | ( | istream & | cin, |
ostream & | cout | ||
) |
< shortest_cnt[i] = number of shortest path from C1 to i
< shortest[i] = shortest distance from C1 to i
< max_rescue[i] = max rescue sum from C1 to i in shortest path
引用了 pat::a::a1016::M , 以及 acwing::acwing2019::N.
被这些函数引用 TEST().
pat::a::a1003::TEST | ( | a1003 | , |
case1 | |||
) |