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

Function main

CodeChef_problems/ELEVTR/solution.cpp:160–167  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

158
159/********************************************************/
160int main(void)
161{ int T, i;
162
163 scanf("%d", &T);
164 for (i=0; i<T; i++)
165 printf("%d\n", elevatr());
166 return 0;
167}
168/* the code is implemented by Swagata Srimani
169
170

Callers

nothing calls this directly

Calls 1

elevatrFunction · 0.85

Tested by

no test coverage detected