Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ ShowTime
Method
ShowTime
base_code/overload.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
void ShowTime() const {
49
cout << hh <<
":"
<< mm <<
":"
<< ss << endl;
50
}
51
};
52
53
Time operator--(Time &t) {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected