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

File solution.py

CodeChef_problems/A Problem on Sticks/solution.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1t = int(input()) #Taking input of number of testcases
2for i in range(t):
3 n = int(input()) #Taking Input of number of stick holders
4 li = list(map(int, input().split())) #Taking Input the Initial height of the stick in each stickholder

Callers

nothing calls this directly

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected