Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ findMinSum
Method
findMinSum
CodeChef_problems/MINDSUM/solution.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void findMinSum() {
67
recurse(digitsum(n),1);
68
recurse(n+d, 1);
69
return;
70
}
71
void printOutput() {
72
cout << min <<
" "
<< op_min << endl;
73
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected