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

Function main

Hackerrank_problems/staircase/solution.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int main()
28{
29 int n;
30 cin >> n;
31 cin.ignore(numeric_limits<streamsize>::max(), '\n');
32
33 staircase(n);
34
35 return 0;
36}

Callers

nothing calls this directly

Calls 2

maxFunction · 0.85
staircaseFunction · 0.85

Tested by

no test coverage detected