Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,给定 1 8 4 9 0 2 ,返回 3。谢谢。
{⍬⍴(⍳1+⍴⍵)~⍵} 1 8 4 9 0 2
3
尝试
((⍳⍴n)∊n)⍳0
或者
((iota rho n) 元素 n) iota 0
这或多或少是选择下一个可用文件关联编号的标准习惯用法。
全部使用的情况似乎以“一加最大”作为答案,但是否“来自”列表是另一个问题。
@Paul,您是否使用 APL385 作为浏览器的字体?这似乎已经清除了很多事情。