You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to output the following sequence, the syntax is 0:2#3*2
0
0
2
2
4
4
0
0
2
2
4
4
But I got a error:
After multiple attempts, I found that adjusting the syntax order of insertseq can work properly, like this: 0:2*2#3 .
I'm not sure if this is a issueor a mistake on my part.