I need to multiply and sum one list, the output should be like this

前端 未结 0 428
生来不讨喜
生来不讨喜 2021-02-11 11:00

I need to multiply and sum one list, the output should be like this

?- tp4([1,7,0,1,2,3,5], L). L = [210,19,1,7,0,1,2,3,5]

frist the multi, next the sum and at the

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