number of positive integers less than or equal to

前端 未结 0 1326
天命终不由人
天命终不由人 2020-12-03 12:13

fun digitCount(n)= if n<10 then 1 else 1 + digitCount (n div 10);

fun squarecount(c)= let fun f(x,y) = if xx + yy <= c else

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