Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ cmp2
Function
cmp2
STL/sort2.cpp:30–32 ·
view source on GitHub ↗
自定义sort 2.使用函数
Source
from the content-addressed store, hash-verified
28
29
// 自定义sort 2.使用函数
30
int cmp2(int x, int y) {
31
return x > y;
32
}
33
34
int main()
35
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected