problemscpp
A collection of my answers to algorithm problems in c++.
|
1104 天长地久 更多...
函数 | |
void | dfs (string str, const int current_i, const int m, const int k, const int current_sum, const int cnt9, vector< string > &ans) |
bool | is_prime (int n) |
int | main (istream &cin, ostream &cout) |
TEST (b1104, case1) | |
1104 天长地久
void pat::b::b1104::dfs | ( | string | str, |
const int | current_i, | ||
const int | m, | ||
const int | k, | ||
const int | current_sum, | ||
const int | cnt9, | ||
vector< string > & | ans ) |
引用了 dfs().
bool pat::b::b1104::is_prime | ( | int | n | ) |
int pat::b::b1104::main | ( | istream & | cin, |
ostream & | cout ) |
引用了 dfs() , 以及 is_prime().
被这些函数引用 TEST().
pat::b::b1104::TEST | ( | b1104 | , |
case1 | ) |
在文件 pat_test.cpp 第 1832 行定义.
引用了 main().