problemscpp
A collection of my answers to algorithm problems in c++.
|
函数 | |
long | bfl (const vector< long > &vec, long target) |
unsigned | bfl (const vector< unsigned > &vec, unsigned target) |
long | bfr (const vector< long > &vec, long target) |
unsigned | bfr (const vector< unsigned > &vec, unsigned target) |
int | main (istream &cin, ostream &cout) |
TEST (acwing789, case1) | |
long acwing::acwing789::bfl | ( | const vector< long > & | vec, |
long | target | ||
) |
unsigned acwing::acwing789::bfl | ( | const vector< unsigned > & | vec, |
unsigned | target | ||
) |
long acwing::acwing789::bfr | ( | const vector< long > & | vec, |
long | target | ||
) |
unsigned acwing::acwing789::bfr | ( | const vector< unsigned > & | vec, |
unsigned | target | ||
) |
int acwing::acwing789::main | ( | istream & | cin, |
ostream & | cout | ||
) |
acwing::acwing789::TEST | ( | acwing789 | , |
case1 | |||
) |