MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / f

Function f

CPP/set & pair/sortingInPairs.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2using namespace std;
3
4pair<int, int> f(){
5 return {3,4};
6}
7int main() {
8 //sorting array vectors of pairs
9 pair<int, int> p[5]; //an array of 5 pairs

Callers 4

fMethod · 0.50
maxAreaOfIslandMethod · 0.50
fMethod · 0.50
minimumTotalMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected