MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / REP

Function REP

Codeforces_problems/Two Platforms/solution.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 cin>>n>>k;
80 x.clear();
81 REP(i,n)
82 {
83 cin>>xi;
84 x.pb(xi);
85 }
86 REP(i,n) cin>>yi;
87 sort(all(x));
88 ll ans=0;

Callers 1

mainFunction · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected