Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Rollback to Revision 1
Source Link
JAD
  • 3k
  • 1
  • 12
  • 31

R, (削除) 30 (削除ここまで) 2730 bytes

function(...)length(clist(...))

Try it online! Try it online!

R, (削除) 30 (削除ここまで) 27 bytes

function(...)length(c(...))

Try it online!

R, 30 bytes

function(...)length(list(...))

Try it online!

added 3 characters in body
Source Link
JAD
  • 3k
  • 1
  • 12
  • 31

R, 30(削除) 30 (削除ここまで) 27 bytes

function(...)length(listc(...))

Try it online! Try it online!

R, 30 bytes

function(...)length(list(...))

Try it online!

R, (削除) 30 (削除ここまで) 27 bytes

function(...)length(c(...))

Try it online!

Source Link
JAD
  • 3k
  • 1
  • 12
  • 31

R, 30 bytes

function(...)length(list(...))

Try it online!

AltStyle によって変換されたページ (->オリジナル) /