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

Function def_val

CodeChef_problems/CHFNSWPS/solution.py:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19# cook your dish here
20from collections import defaultdict
21def def_val():
22 return 0
23try:
24 t=int(input())
25 while t:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected