((y) =>
(f => f(100))
(y(self =>
n => n < 0 ? 0 : n + self(n-1))))
(g =>
(f=>f(f))(
self =>
g( (...args)=>self(self)(...args) )
))
慕的地6264312
相关分类