MCPcopy 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.使用函数
30int cmp2(int x, int y) {
31 return x > y;
32}
33
34int main()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected