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

Function main

GeeksForGeeks/Largest Histogram/solution.cpp:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int main()
62{
63 int input;
64 vector<int> v;
65 while(cin>>input)
66 v.push_back(input);
67 cout << "Maximum area is " << maxHistogram(v);
68 return 0;
69}

Callers

nothing calls this directly

Calls 1

maxHistogramFunction · 0.85

Tested by

no test coverage detected