codeflash-internal/experiments/pie_test_set/p03587.py

2 lines
76 B
Python

def problem_p03587(input_data):
return str(eval(input_data)).count("1")