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