MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / print

Function print

templates/kmp.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void print(std::vector<int> v)
61{
62 for (auto i : v) {
63 printf("%d ", i);
64 }
65 printf("\n");
66}
67
68int main()
69{

Callers 15

printMethod · 0.85
compute_prefix_functionFunction · 0.85
check_nextFunction · 0.85
runFunction · 0.85
run2Function · 0.85
get_tag_problemsMethod · 0.85
get_levelMethod · 0.85
get_problemMethod · 0.85
get_titleMethod · 0.85
update_dbMethod · 0.85
check_problemMethod · 0.85
update_dbMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected