Using map or reduce or filter, in Scheme, count how many elements in the list

前端 未结 0 1929
青春惊慌失措
青春惊慌失措 2021-02-19 06:54

(number-length \'(1 1 0 1 0 0)) this suppose to return 6. I know how to use length and find it but I don\'t know how do it without length and using map or filter or reduce. Can

相关标签:
回答
  • 消灭零回复
提交回复
热议问题