How can write a program in scheme to find factors of a list of integer? how can extend it into arbitrarily large input?

前端 未结 0 1101
故里飘歌
故里飘歌 2021-01-22 01:43

This is the code for single integer, how can it extend to arbitrarily large input by passing list as a parameter?

(define (factors n)
          (define (*factors          


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