Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
from
collections
import
defaultdict
21
def
def_val():
22
return
0
23
try
:
24
t=int(input())
25
while
t:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected